export declare const isTest: boolean; export declare const isDev: boolean; export declare const isProduction: boolean; export declare const isBrowser: boolean; export declare const makeError: (message: string) => Error; export declare const logWarning: (message: string) => void; export declare const log: (message: string) => void;