/** * Whether the bundle is a development bundle. * Only use this in an if condition and on its own! This will help bundlers find * and remove the conditional statement for production bundles. */ export declare const isDevelopment: boolean;