import type { UpdateGlobalArgs } from 'payload'; import type { DrizzleAdapter } from './types.js'; export declare function updateGlobal>(this: DrizzleAdapter, { slug, data, req, returning, select }: UpdateGlobalArgs): Promise; //# sourceMappingURL=updateGlobal.d.ts.map