import { Redirection } from './Redirection';
export interface NullRedirection extends Redirection {
}
