import type { Version as VersionModels } from '../models'; import type { DeepPartialByKey } from '../types'; import type { Publishing } from './publishing'; import type { Settings } from './settings'; export * from './publishing'; export * from './settings'; export interface PlatformData extends VersionModels.PlatformData, Publishing> { } export interface Version extends VersionModels.Model> { prototype?: Prototype; } export declare const defaultPlatformData: ({ slots, intents, settings, publishing, }: DeepPartialByKey, 'settings'>) => PlatformData; //# sourceMappingURL=index.d.ts.map