/** * Converts to simple regex, allowed wildcard token: * * * converts to .* * * @param path file path */ export declare const filePathToRegex: (path: string) => string;