import { Workbook } from '../../Workbook'; /** * 复制 */ export declare function handleCopy(e: KeyboardEvent, workbook: Workbook): void;