export type RedactMatcher = (keyPath: readonly string[]) => boolean; /** Compile redact paths into a matcher over a value's key-path from the root. */ export declare function compileRedactPaths(paths: readonly string[]): RedactMatcher; //# sourceMappingURL=redact-match.d.ts.map