import { Context } from '../context'; import { GlobalCache } from '../types'; export declare function sanitizeDuneUrl(input: string): string | null; export declare function saveIframe(ctx: Context): void; export declare function insertIframe(ctx: Context, src: string): void; export declare function insertDuneChart(ctx: Context, input: string): void; export declare function onIframeResizeEnd(ctx: Context, globalCache: GlobalCache): void; export declare function onIframeMove(ctx: Context, globalCache: GlobalCache, e: MouseEvent): boolean; export declare function onIframeMoveEnd(ctx: Context, globalCache: GlobalCache): void; export declare function onIframeMoveStart(ctx: Context, globalCache: GlobalCache, e: MouseEvent): void; export declare function onIframeResize(ctx: Context, globalCache: GlobalCache, e: MouseEvent): boolean; export declare function onIframeResizeStart(ctx: Context, globalCache: GlobalCache, e: MouseEvent, resizingSide: string): void;