import { OptionValues } from 'commander';
import BaseCommand from '../base-command.js';
export declare const sitesList: (options: OptionValues, command: BaseCommand) => Promise<false | undefined>;
//# sourceMappingURL=sites-list.d.ts.map