import type { SDK } from "@metamask/profile-sync-controller"; import type { BackupAndSyncContext } from "../types.cjs"; export type ProfileId = SDK.UserProfile['profileId'] | undefined; /** * Retrieves the profile ID from AuthenticationController. * * @param context - The backup and sync context. * @param entropySourceId - The optional entropy source ID. * @returns The profile ID associated with the session, if available. */ export declare const getProfileId: (context: BackupAndSyncContext, entropySourceId?: string) => Promise; //# sourceMappingURL=utils.d.cts.map