import { type FffConfig } from "../types.js"; export declare function getFffDir(cwd: string): string; export declare function loadConfig(cwd: string): FffConfig; //# sourceMappingURL=config.d.ts.map