export * from './constants.js'; export * from './InputAudioStream.js'; export * from './SamplePlayer.js'; /** * Resolves to **true** if any input device is available on the machine; * otherwise resolves to **false**. */ export declare function getInputAvailable(): Promise; //# sourceMappingURL=index.d.ts.map