export declare enum GenderType { MAN = "MAN", WOMAN = "WOMAN", KIDS = "KIDS" }