/** * WebGPU Line Demo - Demonstrates line rendering with the GPU abstraction layer */ export declare function runWebGPULineDemo(container: HTMLElement): Promise<() => void>; /** * WebGPU Chart Demo - Demonstrates multiple series types */ export declare function runWebGPUChartDemo(container: HTMLElement): Promise<() => void>;