import { DocumentIoType } from "kryo/types/document"; import { Uint16, Uint32 } from "semantic-types"; export interface SoundEnvelope { pos44: Uint32; leftLevel: Uint16; rightLevel: Uint16; } export declare const $SoundEnvelope: DocumentIoType;