export declare function normalizeProfilePhotoSource(value?: string | null): string | null; export declare function profilePhotoToBlob(value: string): Promise; export declare function profilePhotoToDataUrl(value: string): Promise;