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