import * as E from 'fp-ts/lib/Either'; import { Codec } from './Codec'; export declare class SensitiveRemoveTagAndRedactCodec implements Codec { private redactValues; constructor(redactValues?: boolean); static instance(redactValues?: boolean): Codec; encode(value: unknown): unknown; decode(value: unknown): E.Either; private isObject; private stripTagAndRedactValue; private redactValuesFromArrayIfPresent; private redactValuesFromObjectIfPresent; } //# sourceMappingURL=SensitiveRemoveTagAndRedactCodec.d.ts.map