import { VoiceFunction } from '../../../../_types/sharedTypes'; export declare class Texts { getFunctions(): VoiceFunction[]; private handleElementInteraction; }