import { IFinancialAccount, IProfile, IUpdateProfilePayload } from "@/app/dashboard/models/User"; export declare const getProfile: () => Promise>; export declare const updateProfile: (profile: IUpdateProfilePayload) => Promise>; export declare const updateUser: (userData: { firstName: string; lastName: string; contactNumber: string; address?: string; dateOfBirth?: string; isPhoneValidated?: boolean; }) => Promise>; export declare const getFinancialDetails: () => Promise>; export declare const createFinancialAccount: () => Promise>; //# sourceMappingURL=user-service.d.ts.map