export declare class Links { href?: string; rel?: string; constructor(href?: string, rel?: string); withHref(href: string): Links; withRel(rel: string): Links; } //# sourceMappingURL=Links.d.ts.map