import type { LoaderFn } from '../../../types'; /** * Returns the redocly.yaml config closest to the specified file. This function will look in the same directory as the file first. * Then it will look in parent directory recursively until it finds a redocly.yaml or reaches root of the portal. * This does NOT merge local config with the root redocly.yaml * @param dirPath */ export declare const nearestRedoclyConfigLoader: LoaderFn; //# sourceMappingURL=nearest-redocly-config-loader.d.ts.map