import type { Context } from "../../types.ts"; export default function constructRegex({ cache }: Context, pattern: string): RegExp | null;