import { ToolCliArgs } from "../../../../types/cli_types.js"; export declare const handler: (argv: ToolCliArgs<{ template?: string; }>) => Promise;