import { TArray } from "@effect/core/stm/TArray/definition";
/**
* @tsplus getter effect/core/stm/TArray length
* @tsplus location "@effect/core/stm/TArray/operations/length"
*/
export declare function length(self: TArray): number;
//# sourceMappingURL=length.d.ts.map