import { Redirection } from './Redirection';
export interface WebRedirection extends Redirection {
    readonly url: string;
}
