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