export interface PublicRoutesConfigurator {
    isPublicRoute(route: string): Promise<boolean>;
}
