interface CreateOptions { path: string; dryRun?: boolean; } export declare function createModule(options: CreateOptions): Promise; export {};