// Generated by scripts/ensure-types.cjs. Do not edit by hand. import type { BuildV2CollaborationUpgradeArtifactFromBundleInput as __Cjs_BuildV2CollaborationUpgradeArtifactFromBundleInput } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { CollaborationUpgradeEngineInfo as __Cjs_CollaborationUpgradeEngineInfo } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { CompleteV2CollaborationUpgradeArtifact as __Cjs_CompleteV2CollaborationUpgradeArtifact } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { UpgradeBundleLimits as __Cjs_UpgradeBundleLimits } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { V2CollaborationUpgradeTargetValidation as __Cjs_V2CollaborationUpgradeTargetValidation } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { V2UpgradeArtifactLimits as __Cjs_V2UpgradeArtifactLimits } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { V2UpgradeOfflineValidation as __Cjs_V2UpgradeOfflineValidation } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { V2UpgradePackageComparison as __Cjs_V2UpgradePackageComparison } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; import type { ValidateV2CollaborationUpgradeTargetInput as __Cjs_ValidateV2CollaborationUpgradeTargetInput } from './collaboration-upgrade-engine.js' with { "resolution-mode": "import" }; export declare const buildV2CollaborationUpgradeArtifactFromBundle: typeof import('./collaboration-upgrade-engine.js', { with: { "resolution-mode": "import" } }).buildV2CollaborationUpgradeArtifactFromBundle; export type { __Cjs_BuildV2CollaborationUpgradeArtifactFromBundleInput as BuildV2CollaborationUpgradeArtifactFromBundleInput }; export declare const COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR: typeof import('./collaboration-upgrade-engine.js', { with: { "resolution-mode": "import" } }).COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR; export declare const COLLABORATION_UPGRADE_ENGINE_PROTOCOL_VERSION: typeof import('./collaboration-upgrade-engine.js', { with: { "resolution-mode": "import" } }).COLLABORATION_UPGRADE_ENGINE_PROTOCOL_VERSION; export type { __Cjs_CollaborationUpgradeEngineInfo as CollaborationUpgradeEngineInfo }; export type { __Cjs_CompleteV2CollaborationUpgradeArtifact as CompleteV2CollaborationUpgradeArtifact }; export declare const getCollaborationUpgradeEngineInfo: typeof import('./collaboration-upgrade-engine.js', { with: { "resolution-mode": "import" } }).getCollaborationUpgradeEngineInfo; export declare const SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS: typeof import('./collaboration-upgrade-engine.js', { with: { "resolution-mode": "import" } }).SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS; export declare const SUPPORTED_V1_READER_CONTRACT_VERSIONS: typeof import('./collaboration-upgrade-engine.js', { with: { "resolution-mode": "import" } }).SUPPORTED_V1_READER_CONTRACT_VERSIONS; export type { __Cjs_UpgradeBundleLimits as UpgradeBundleLimits }; export type { __Cjs_V2CollaborationUpgradeTargetValidation as V2CollaborationUpgradeTargetValidation }; export type { __Cjs_V2UpgradeArtifactLimits as V2UpgradeArtifactLimits }; export type { __Cjs_V2UpgradeOfflineValidation as V2UpgradeOfflineValidation }; export type { __Cjs_V2UpgradePackageComparison as V2UpgradePackageComparison }; export declare const validateV2CollaborationUpgradeTarget: typeof import('./collaboration-upgrade-engine.js', { with: { "resolution-mode": "import" } }).validateV2CollaborationUpgradeTarget; export type { __Cjs_ValidateV2CollaborationUpgradeTargetInput as ValidateV2CollaborationUpgradeTargetInput };