import type { ESTree } from "meriyah";
import type { ProbeContext } from "../ProbeRunner.ts";
declare function validateNode(node: ESTree.Node, ctx: ProbeContext): [boolean, any?];
declare function initialize(ctx: ProbeContext): void;
declare function main(_node: ESTree.Node, { sourceFile }: ProbeContext): void;
declare const _default: {
    name: string;
    validateNode: typeof validateNode;
    initialize: typeof initialize;
    main: typeof main;
    breakOnMatch: boolean;
};
export default _default;
//# sourceMappingURL=isFetch.d.ts.map