export declare const scrubTenantFromUri: (uri: string) => String; export declare const hashPersonalIdentifier: (valueToHash: string) => string; export declare const prependEventNamePrefix: (suffix: string) => string;