/** * Ensures that a given url is absolute for the current web based on context * * @param candidateUrl The url to make absolute * */ export declare function toAbsoluteUrl(candidateUrl: string, runtime?: import("@pnp/common-commonjs").Runtime): Promise; //# sourceMappingURL=toabsoluteurl.d.ts.map