import { InferType } from "yup"; declare const basePlayerSchema: import("yup").ObjectSchema>; declare const playerSigninRequestSchema: import("yup").ObjectSchema; }>>; export declare type Player = InferType; export declare type PlayerSignin = InferType; export declare const validatePlayerSigninRequest: (player: any) => Promise; }>>; export declare const validatePlayerSigninVerify: (player: any) => Promise; verification_code: number; }>>; export {}; //# sourceMappingURL=player.d.ts.map