import type { RedoclyConfig } from '@redocly/config'; import type { JSONSchemaType } from '@redocly/ajv'; import type { Fs } from '../../../../fs/fs.js'; export declare function readAndValidateConfig>(configPath: string, fs: Fs, reportError: (error: Error) => void, getValidationSchemaFn: (parsedConfig: T) => Promise | undefined>): Promise; export declare function ensureAccessBackwardsCompatibility>(config: T): T; //# sourceMappingURL=read-and-validate-config.d.ts.map