import type { Loader } from "../types.d.ts"; declare const matchFile: (file: string, condition: Loader["test"]) => boolean; export = matchFile;