import * as i0 from "@angular/core";
export declare class RedirectService {
    private readonly document;
    redirectTo(url: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<RedirectService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RedirectService>;
}
