export declare const sendAudioSeekRequest: (id: string, seconds: number) => void;
