import { createChart } from './index'; /** * Example: Basic CV Plot */ export declare function exampleBasicCV(): import('./index.core').Chart; /** * Example: FFT of sine, square, and mixed waves */ export declare function exampleFFTWaveforms(target?: HTMLDivElement): { destroy(): void; }; /** * Example: Streaming data (real-time) */ export declare function exampleStreaming(): () => void; /** * Example: Multi-cycle CV with cycle detection */ export declare function exampleMultiCycle(): import('./index.core').Chart; /** * Example: Zoom controls */ export declare function exampleZoomControls(chart: ReturnType): void; export { createChart };