import { DocumentIoType } from "kryo/types/document"; import { Uint16 } from "semantic-types"; export interface Mp3StreamSoundData { sampleCount: Uint16; mp3SoundData: any; } export declare const $Mp3StreamSoundData: DocumentIoType;