import type { Row } from '../../../zero-protocol/src/data.ts'; import type { Change } from './change.ts'; import type { InputBase, Output } from './operator.ts'; export declare function filterPush(change: Change, output: Output, pusher: InputBase, predicate?: ((row: Row) => boolean) | undefined): void; //# sourceMappingURL=filter-push.d.ts.map