import type { ExtType } from './types';
export declare const CONFIG_FOLDER = ".config";
export declare const ROOT_CONFIG_DIR_REGEX: RegExp;
export declare const ROOT_CONFIG_FILE_REGEX: RegExp;
export declare const PACKAGE_FILE = "package.json";
export declare const DEFAULT_EXTS: ExtType[];
//# sourceMappingURL=constants.d.ts.map