import { InferType } from "yup"; declare const baseGameSchema: import("yup").ObjectSchema[] | undefined; }>>; export declare const validateTimeToAnswer: (data: any) => Promise[] | undefined; }>>; export declare type Game = InferType; export declare const validateGame: (game: any) => Promise[] | undefined; }>>; export {}; //# sourceMappingURL=game.d.ts.map