export declare function initOffscreenDocument(options: {
    shadowRoot: ShadowRoot;
    onEvent: (eventType: string, targetUniqueId: number, bubbles: boolean, otherProperties: Parameters<typeof structuredClone>[0]) => void;
}): {
    decodeOperation: (operations: (string | number)[]) => void;
};
