export declare function encrypt(s?: string): string;
export declare function anonymise(s?: string): string;
export declare function anonymiseKeys<T>(object: T, keys: string[]): T;
//# sourceMappingURL=anonymise.d.ts.map