/**
 * URL rewriting utilities for proxying resources through the server
 */
/**
 * Rewrite URLs in HTML to proxy through our server
 */
export declare function rewriteResourceUrls(html: string, baseUrl: string, sessionId: string, token: string): string;
/**
 * Rewrite URLs in CSS to proxy through our server
 */
export declare function rewriteCssUrls(css: string, baseUrl: string, sessionId: string, token: string): string;
//# sourceMappingURL=urlRewriter.d.ts.map