export declare class Url {
    static containsClientScript(url: string): boolean;
    static navigate(url: string, target?: string): void;
    private static navigateTo;
    private static openInNewWindow;
    private static openInNewWindowViaIframe;
    private static getFrame;
}
//# sourceMappingURL=url.d.ts.map