export { createBasicWaveformLibrary, listBuiltinWaveforms } from './basic.js'; export { compileWaveformDesign, type CompiledDesign, type DesignSegment, type HoldSegment, type PulseSegment, type RampSegment, type SilenceSegment, } from './design.js'; export { encodeFreq, parsePulseText, pulseToWaveformDefinition, type ParsedPulse, } from './pulse.js'; //# sourceMappingURL=index.d.ts.map