import fs from "node:fs"; import { resolveKlawPackageRootSync } from "../../infra/klaw-root.js"; export declare function isPrivateQaCliEnabled(env?: NodeJS.ProcessEnv): boolean; export declare function loadPrivateQaCliModule(params?: { env?: NodeJS.ProcessEnv; cwd?: string; argv1?: string; moduleUrl?: string; resolvePackageRootSync?: typeof resolveKlawPackageRootSync; existsSync?: typeof fs.existsSync; importModule?: (specifier: string) => Promise>; }): Promise>;