declare const __DEV__: boolean;

export const DEBUG = __DEV__;
export const DEV = __DEV__;
