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