export declare const matchAnyPath: (paths: string[], pathname: string) => string | undefined;
