import { GenderType } from "../api/api.schemas"; export declare const parseHelper: { gender: (gender?: string) => GenderType | undefined; };