import { Preset } from '../types'; declare function loadOptionsFile(searchPath?: string): Preset; export { loadOptionsFile }; //# sourceMappingURL=load-options-file.d.ts.map