import { tdit, tfdit } from "./timings.js"; import { initAudioContext, play } from "./audio.js"; declare const cw: { tdit: typeof tdit; tfdit: typeof tfdit; codes: import("./codes.js").MorseCodeMap; initAudioContext: typeof initAudioContext; play: typeof play; }; export default cw;