import type { Shareable, ShareableHostDecorator } from './types'; export declare function __installUnpacker(): void; export type ShareableHostUnpacker = (initial: TValue, decorateHost?: ShareableHostDecorator) => Shareable; //# sourceMappingURL=shareableHostUnpacker.native.d.ts.map