import type { UpdateGlobalArgs } from 'mzinga/database'; import type { TypeWithID } from 'mzinga/types'; import type { PostgresAdapter } from './types'; export declare function updateGlobal(this: PostgresAdapter, { slug, data, req }: UpdateGlobalArgs): Promise; //# sourceMappingURL=updateGlobal.d.ts.map