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