/**
 * Boolean determining if environment is development.
 */
export declare const isDevelopmentMode: boolean;
