export declare const command = "create [name]";
export declare const describe = "Create something with a name";
export declare const handler: () => Promise<void>;
