import { FilterFn } from "./filter"; import { SyncOperation } from "../operation"; export declare function some(callbackFn: FilterFn): SyncOperation;