export * from './index.common'; export declare function setWorkerContextValue(key: any, value: any): void; export declare function getWorkerContextValue(key: any): any;