import { TRequestConfigs } from '../../configs'; declare function method(requestConfigs: TRequestConfigs): Promise<{ userCode: string; username: string; name: string; etimestamp: string | null; siteDomain: string; createdCampaign: string | null; createdDeviceInfo: string | null; filledPassword: boolean; accountDomain: string | null; extenalId: string | null; email: string | null; verifiedEmail: boolean; fakedEmail: boolean; phone: string | null; givenName: string | null; familyName: string | null; link: string | null; picture: string; gender: string | null; locale: string; verCode: string | null; verKey: string | null; externalId: string | null; displayName: string; }>; export declare const apiMethod: { method: typeof method; route: "/user/profile"; }; export {};