import { Command } from "commander"; export declare function deleteCommand(id: string, options: { yes?: boolean; }): Promise; export declare function registerDeleteCommand(program: Command): void; //# sourceMappingURL=delete.d.ts.map