import { type Tune } from '../api.js'; export declare const textToTune: (text: string) => Tune; export declare const tuneToText: (tune: Tune) => string; //# sourceMappingURL=tune.d.ts.map