import { EditorState } from '../../../types/editor'; import { LayerId } from '../../../types'; export declare const copy: (state: EditorState, { pageIndex, layerIds }: { pageIndex: number; layerIds: LayerId[]; }) => Promise;