import type { PRGLIOSocket } from "../DboBuilder/DboBuilderTypes"; import type { ViewSubscriptionOptions } from "./PubSubManager"; import { type PubSubManager } from "./PubSubManager"; export type AddTriggerParams = { table_name: string; condition: string; tracked_columns: [string, ...string[]] | undefined; }; export declare function addTrigger(this: PubSubManager, params: AddTriggerParams, viewOptions: ViewSubscriptionOptions | undefined, socket: PRGLIOSocket | undefined): Promise; } | null; }>>; //# sourceMappingURL=addTrigger.d.ts.map