import { AnySchema } from 'joi'; import { Settings, ConvertedType } from './types.js'; export { Settings }; export declare function convertSchema(settings: Partial, joi: AnySchema, exportedName?: string, root?: boolean): ConvertedType | undefined; /** * Create types from schemas from a directory * * @param settings - Configuration settings * @returns The success or failure of this operation */ export declare function convertFromDirectory(settings: Partial): Promise; //# sourceMappingURL=index.d.ts.map