import type { RunnerConfig } from "../config";
export declare function extractLinks(config: RunnerConfig, target?: string): Promise<any[]>;
