import { InferType } from "yup"; export declare const baseAnswerSchema: import("yup").ObjectSchema>; export declare type Answer = InferType; export declare const valdiateAnswer: (answer: any) => Promise>; //# sourceMappingURL=answer.d.ts.map