import { type PluginModuleDefinition } from 'ag-charts-core';
import type { AgDataSourceOptions } from 'ag-charts-types';
export declare const DataSourceModule: PluginModuleDefinition<AgDataSourceOptions & {
    requestThrottle: number;
    updateThrottle: number;
    updateDuringInteraction: boolean;
}>;
