import command from "./command"; declare const _default: { command: string; describe: string; builder: { name: { type: string; default: undefined; describe: string; validate: (value: string) => boolean; }; type: { type: string; choices: string[]; describe: string; }; authorName: { type: string; default: string; describe: string; }; }; handler: typeof command; }; export default _default;