declare global {
    const __DEV__: boolean | undefined;
}
declare const _default: typeof globalThis & {
    __DEV__: typeof __DEV__;
};
export default _default;
//# sourceMappingURL=global.d.ts.map