import { Operation, Row } from "../../types.js"; export declare function applyOperation({ rows, operation }: { rows: Row[]; operation: Operation.Any; }): Row[];