import type { SerializableRef, Shareable, ShareableGuestDecorator } from './types'; export declare function __installUnpacker(): void; export type ShareableGuestUnpacker = (hostId: number, shareableRef: SerializableRef, decorateGuest?: ShareableGuestDecorator) => Shareable; //# sourceMappingURL=shareableGuestUnpacker.native.d.ts.map