export declare const matchPath: (targetPath: string | RegExp, operationPath: string) => boolean;
