
//#region src/IsDevEnv.d.ts
/**
 * Validates whether the current environment is either development or test
 */
declare const isDevEnv: boolean;
//#endregion
export { isDevEnv };
//# sourceMappingURL=IsDevEnv.d.cts.map