import { MoveCallTransaction } from "@mysten/sui.js"; import { CreateSocialProfileParams } from "./types"; export declare const buildCreateSocialProfileTx: (params: CreateSocialProfileParams) => Promise;