import { AssistantRecord } from '../typings';
export declare const createOnlineRecordPlayer: (record?: AssistantRecord | undefined, { context }?: {
    context?: (Window & typeof globalThis) | undefined;
}) => {
    continue: () => boolean;
    play: () => void;
    setRecord: (rec: AssistantRecord) => void;
};
//# sourceMappingURL=online-player.d.ts.map