export declare function extractLinks(html: string, baseUrl: string): string[];
