export declare const isDevelopment: boolean;
export declare const isNextBuild: boolean;
export declare const isDevelopmentOrNextBuild: boolean;
