declare const deprecatedExportBrand: unique symbol; export type DeprecatedExport = never & { readonly [deprecatedExportBrand]: Message; }; export declare class AgentNativeUpgradeError extends Error { readonly name = "AgentNativeUpgradeError"; constructor(from: string, to: string, symbolTargets?: Readonly>); } export declare function throwMovedAgentNativeModule(from: string, to: string, symbolTargets?: Readonly>): never; export {}; //# sourceMappingURL=upgrade-error.d.ts.map