export declare const mockUserProfileFactory: (id: string) => { id: string; name: string; image: string; urlPath: string; }; //# sourceMappingURL=profiles.d.ts.map