/**
 * Checks if the current environment is a unit test using tap.
 */
export declare function isUnitTest(): boolean;
