type YupParams = { addMethod: any; Schema: any; }; export declare function extendSchema(yup: YupParams): void; export {};