import type { ProfileType } from '../types/sdkTypes'; export declare const normalizeProfile: (profile: ProfileType[] | undefined) => ProfileType[]; //# sourceMappingURL=profile.d.ts.map