import type { Segment } from "./types"; export type SpeechSegmentCallback = (s: Segment) => void; export declare const startDemo: (demoStrings: string[], onSegmentCallback?: SpeechSegmentCallback) => void; export declare const stopDemo: () => void; //# sourceMappingURL=demomode.d.ts.map