export declare function redactionEnabled(): boolean; export declare function redactSecrets(text: string, opts?: { catalog?: boolean; origin?: string; }): string; //# sourceMappingURL=redact.d.ts.map