import { DocumentIoType } from "kryo/types/document"; export interface AdpcmSoundData { adpcmCodeSize: 2 | 3 | 4 | 5; adpcmPackets: any[]; } export declare const $AdpcmSoundData: DocumentIoType;