declare global {
    const __MODE__: "development" | "production";
    const __SOURCE_MAPS_ENABLED__: boolean;
}
export {};
