export function extendComment({ meta, ...rest }: { [x: string]: any; meta: any; }, chart: any): any; export function drawComments(chart: any, comments: any, settings: any, force: any): void; export function drawOnlyRendererComments(chart: any, comments: any[] | undefined, settings: any): void; export function hideComments(chart: any, comments: any, settings: any, force: any): void; export function getCommentsOnLine(xLine: any, comments: any, chart: any): { xComments: any[]; xyComments: any[]; };