export declare const command = "template "; export declare const describe = "Add, remove or list templates"; export { handler } from "./templateProps/handler"; export { builder } from "./templateProps/builder";