import type { AnyObject } from "prostgles-types"; import type { AfterEachTsTrigger } from "../../PublishParser/PublishParser"; import type { TableHandler } from "./TableHandler"; export declare const isApplicableHook: (tableHandler: TableHandler, rows: AnyObject[], hook: Pick, "commands" | "changedFields">, command: "insert" | "update" | "delete") => boolean; //# sourceMappingURL=isApplicableHook.d.ts.map