UnpinCodesProposal: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): UnpinCodesProposal;
    encode(message: UnpinCodesProposal, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: UnpinCodesProposalAmino): UnpinCodesProposal;
    fromAminoMsg(object: UnpinCodesProposalAminoMsg): UnpinCodesProposal;
    fromPartial(object: {
        $typeUrl?: "/cosmwasm.wasm.v1.UnpinCodesProposal";
        codeIds?: bigint[];
        description?: string;
        title?: string;
    }): UnpinCodesProposal;
    fromProtoMsg(message: UnpinCodesProposalProtoMsg): UnpinCodesProposal;
    toAmino(message: UnpinCodesProposal): UnpinCodesProposalAmino;
    toAminoMsg(message: UnpinCodesProposal): UnpinCodesProposalAminoMsg;
    toProto(message: UnpinCodesProposal): Uint8Array;
    toProtoMsg(message: UnpinCodesProposal): UnpinCodesProposalProtoMsg;
}