export declare function closeBrowser(): Promise<void>;
export declare function collectByKeyword(keyword: string, options?: {
    cli_prefix?: string;
}): Promise<void>;
export declare function main(keywords: string[]): Promise<void>;
