import type { ProjectConfig } from './types.js'; export declare function createCppImplementation(packageDir: string, config: ProjectConfig): Promise;