export declare const profileResponse: {
    id: string;
    age: number;
    weight: number;
    height: number;
    biological_sex: string;
    email: string;
};
//# sourceMappingURL=apiResponses.d.ts.map