export interface PublicPathsConfigurator {
    isPublicPath(path: string): Promise<boolean>;
}
