import { EquosLocale } from '../types/equos.types'; export declare class CopyUtils { static talkToCopy(locale: EquosLocale, name?: string): string; static availableNowCopy(locale: string): string; static timeLeftCopy(locale: string, remaining: number): string; static failedToHangupCopy(locale: string): string; static avatarNotJoiningCopy(locale: string, name: string): string; static avatarJoiningCopy(locale: string, name: string): string; static endingSessionCopy(locale: string, countdown: number): string; }