import type { TypeWithVersion } from 'mzinga/database'; import type { TypeWithID } from 'mzinga/types'; import { type CreateGlobalVersionArgs } from 'mzinga/database'; import type { PostgresAdapter } from './types'; export declare function createGlobalVersion(this: PostgresAdapter, { autosave, globalSlug, req, versionData }: CreateGlobalVersionArgs): Promise>; //# sourceMappingURL=createGlobalVersion.d.ts.map