export type TauSdkUserTextProjection = { modelText: string; displayText: string; }; export declare function projectTauUserText(text: string): TauSdkUserTextProjection; export declare function getTauUserModelText(text: string): string; export declare function getTauUserDisplayText(text: string): string;