import { OptionValues } from 'commander';
import BaseCommand from '../base-command.js';
export declare const sitesSearch: (searchTerm: string, options: OptionValues, command: BaseCommand) => Promise<void>;
//# sourceMappingURL=sites-search.d.ts.map