export declare function initCommand(options: { template?: string; testDir?: string; format?: 'js' | 'json'; appType?: string; testType?: 'api' | 'e2e' | 'integration' | 'custom'; interactive?: boolean; }): Promise; //# sourceMappingURL=init.d.ts.map