export interface BeforeRoutesInit {
    $beforeRoutesInit(): void | Promise<any>;
}
