import type { IFileSystem } from "../../types"; export declare const TS_CONFIG_FILE = "antelope.config.ts"; export declare const DEFAULT_ENV = "default"; export declare const DEFAULT_CACHE_DIR = ".antelope/cache"; export declare function tryFindConfigPath(projectFolder: string, fs: IFileSystem): Promise; export declare function findConfigPath(projectFolder: string, fs: IFileSystem): Promise; export declare function getModuleConfigPath(projectFolder: string, moduleName: string): string;