export type SpeechLifecycle = { onStart?: () => void; onEnd?: () => void; onError?: () => void; }; export declare function configureMathliveSpeech(lifecycle?: SpeechLifecycle): Promise;