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