export declare class Redirect {
    url: string;
    constructor(url: string);
}
