/** * This is an unstable API. Multiple wp-cli commands may not work due to a current limitation on php-wasm and pthreads. */ export declare function executeWPCli(projectPath: string, args: string[], { phpVersion }?: { phpVersion?: string; }): Promise<{ stdout: string; stderr: string; exitCode: number; }>;