export declare class Link { rel: string; href: string; constructor(rel: string, href: string); }