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