import type { CliOptions } from '../types';
export declare function VideoSerachAndDL(keyword: string, options: {
    url?: string[];
    apidir?: string;
    remoteConfigUrl?: string;
}, baseOpts: CliOptions): Promise<void>;
