export declare function isLink(value: string): boolean;
export declare function getPageData(url: string): Promise<string>;
