export declare function getGlobal(): any; /** * A postmessage that works in main window and in worker. * It will send the message to the default origin. * @param message The message to send */ export declare function commonPostMessage(message: any): void;