import type { OptionValues } from 'commander';
import type BaseCommand from '../base-command.js';
export declare const sitesDelete: (siteId: string, options: OptionValues, command: BaseCommand) => Promise<undefined>;
//# sourceMappingURL=sites-delete.d.ts.map