import * as yup from 'yup'; declare const pluginConfigSchema: yup.ObjectSchema<{ includeMatches: boolean; contentTypes: { includeMatches?: boolean; uid?: string; modelName?: string; transliterate?: boolean; fuzzysortOptions?: { threshold?: number; limit?: number; keys?: { name?: string; weight?: number; }[]; }; }[]; }, yup.AnyObject, { includeMatches: undefined; contentTypes: ""; }, "">; export default pluginConfigSchema;