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