export declare const camelToUnderscore: (key: string) => string;
export declare const obfuscateToken: (token: string | null | undefined) => string | null | undefined;
//# sourceMappingURL=string.d.ts.map