/** Resolves the CEM config file in `cwd`. Shell globs like `config.*js` are unreliable on Windows. */ export declare function resolveCEMConfigPath(cwd: string): string | null; /** Returns the config filename for use with `cem analyze --config` when cwd is the package root. */ export declare function resolveCEMConfigArg(cwd: string): string | null; //# sourceMappingURL=resolve-cem-config-path.d.ts.map