/** * @returns true if the current process is running in a test environment. */ export declare const isTest: () => boolean; //# sourceMappingURL=isTest.d.ts.map