export declare enum Gender {
    GIRL = "girl",
    BOY = "boy",
    COMMON = "common"
}
