import type { DboBuilder } from "../../DboBuilder/DboBuilder"; export declare const DB_OBJ_NAMES: { readonly trigger_add_remove_func: "prostgles.trigger_add_remove_func"; readonly data_watch_func: "prostgles.prostgles_trigger_function"; readonly schema_watch_func: "prostgles.schema_watch_func"; readonly schema_watch_trigger: "prostgles_schema_watch_trigger_new"; readonly schema_watch_trigger_drop: "prostgles_schema_watch_trigger_new_drop"; }; /** * Initialize the prostgles schema and functions needed for realtime data and schema changes * undefined returned if the database contains the apropriate prostgles schema */ export declare const getPubSubManagerInitQuery: (this: DboBuilder) => Promise; //# sourceMappingURL=getPubSubManagerInitQuery.d.ts.map