import { GenericConfig, MixedSection, Section, SectionElement } from '../state'; import { NodeType } from './node-address'; export declare const setClipboard: (type: NodeType, item: GenericConfig | Section | SectionElement) => Promise; export declare const getClipboard: (nodeType: NodeType) => Promise; //# sourceMappingURL=clipboard.d.ts.map