export declare const reg: (str: string, regex: RegExp) => string[]; export declare const regPath: (pathname: string) => string[];