export declare function toGlobal(name?: string): void; export declare function toWindow(name?: string): void; declare const _default: { toGlobal: typeof toGlobal; toWindow: typeof toWindow; }; export default _default;