import { SchemaOptions } from './schema-options.interface'; export declare function validateRegularSchema(options: SchemaOptions): void; export declare function getContainingFolderPath(path: string, folder: string): string;