import { TsEnumType } from "kryo/types/ts-enum"; export declare enum SoundType { Mono = 0, Stereo = 1 } export declare const $SoundType: TsEnumType;