import { PipelineOperator } from"../../core";
/**
* Restricts the contents of the documents based on information stored in the documents themselves.
*
* https://docs.mongodb.com/manual/reference/operator/aggregation/redact/
*/
export declareconst$redact: PipelineOperator;