import { AllOptions } from '../../options.js';
export declare const command = "thread [urls]";
export declare const aliases: string[];
export declare const desc: string;
export declare const builder: any;
export declare function handler(argv: Partial<AllOptions>): void | Promise<void>;