export type Profile = {
    id: string;
    name: string;
    email: string;
};
//# sourceMappingURL=profile.d.ts.map