export declare class CreateCommand {
    static execute(outDir: string): Promise<void>;
    protected static templateTs(name: string): string;
}
//# sourceMappingURL=create.command.d.ts.map