import { Predicate } from "@tsplus/stdlib/data/Predicate";
import { TArray } from "@effect/core/stm/TArray/definition";
import { STM } from "@effect/core/stm/STM/definition/base";
/**
* Count the values in the array matching a predicate.
* @tsplus static effect/core/stm/TArray.Aspects count
* @tsplus pipeable effect/core/stm/TArray count
* @tsplus location "@effect/core/stm/TArray/operations/count"
*/
export declare function count(f: Predicate): (self: TArray) => STM;
//# sourceMappingURL=count.d.ts.map