import { ImportDeclaration } from "estree-jsx"; export declare function pfPackageMatches(packageName: string, nodeSrc: ImportDeclaration["source"]["value"]): boolean; //# sourceMappingURL=pfPackageMatches.d.ts.map