import { TArray } from "@effect/core/stm/TArray/definition";
/**
* Checks if the array is empty.
* @tsplus getter effect/core/stm/TArray isEmpty
* @tsplus location "@effect/core/stm/TArray/operations/isEmpty"
*/
export declare function isEmpty(self: TArray): boolean;
//# sourceMappingURL=isEmpty.d.ts.map