/** * @export * @enum {string} */ export declare enum PcmChannelLayout { MONO = "MONO", STEREO = "STEREO" } export default PcmChannelLayout;