import { Options, Match } from './types'; declare const _default: (currentPath: string, options?: string | Options | string[]) => Match<{}> | null; export default _default;