export declare function matchesProtectedPrefix(pathname: string, prefix: string): boolean; export declare function isProtectedPath(pathname: string, protectedPaths: string[]): boolean; //# sourceMappingURL=paths.d.ts.map