/** * @param params {import("../shared/types").CLIParams} */ export default function applyCLIConfig(params: import("../shared/types").CLIParams): Promise<{ configFolder: string; config: import("../shared/types").Config; }>;