import type { InputEventTarget } from "./input.js"; import type { UserAudioEvent } from "./events.js"; export declare function attachInputToConnection(input: InputEventTarget, connection: { sendMessage(message: UserAudioEvent): void; }): () => void; //# sourceMappingURL=attachInputToConnection.d.ts.map