import { MutexConnector } from "mutex-server"; import { MutableSingleton } from "tstl/thread/MutableSingleton"; export declare class PaymentGlobal { static get mode(): "LOCAL" | "DEV" | "REAL"; static setMode(mode: typeof PaymentGlobal.mode): void; } export declare namespace PaymentGlobal { let testing: boolean; const critical: MutableSingleton>; } //# sourceMappingURL=PaymentGlobal.d.ts.map