export declare function UrlBuilder(input: () => string, urlFlags?: string): string;
export declare function ApplyUrlHack(): void;
