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