import { Chart } from 'chart.js'; import { PluginOptions } from './types'; export declare const afterDraw: (chart: Chart, args: any[], pluginOptions: PluginOptions) => void; export declare const beforeInit: (chart: Chart, args: any[], pluginOptions: PluginOptions) => void; export declare const beforeUpdate: (chart: Chart, args: any[], pluginOptions: PluginOptions) => void;