import * as configuration from "../configuration/index.js"; import * as files from "./index.js"; /** * A link that isn't known yet whether it is relative or absolute */ export declare class UnknownLink { private readonly value; constructor(publicPath: string); absolutify(containingLocation: files.Location, publications: configuration.Publications): files.FullLink; /** * Returns whether this link is an absolute link */ isAbsolute(): boolean; } //# sourceMappingURL=unknown-link.d.ts.map