export interface RedactionResult { text: string; count: number; } export declare function redactVaultText(content: string): RedactionResult;