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