import { YupSchema } from './types'; export declare function isYupSchema(schema: any): schema is YupSchema;