import { AdaptableApi } from '../../types'; export declare const handleExportState: (type: "Clipboard" | "Console" | "JSON", name: "adaptableState" | "initialState", state: any, api: AdaptableApi) => void;