import * as yup from 'yup'; export * from 'yup'; export declare const strapiID: () => InstanceType; export declare class StrapiIDSchema extends yup.MixedSchema { constructor(); _typeCheck(value: unknown): value is string | number; } declare module 'yup' { interface BaseSchema { isFunction(message?: string): this; notNil(message?: string): this; notNull(message?: string): this; } interface StringSchema { isCamelCase(message?: string): this; isKebabCase(message?: string): this; } interface ObjectSchema { onlyContainsFunctions(message?: string): this; } } //# sourceMappingURL=yup.d.ts.map