export declare const ctrlKey: string; export declare const keyCode: { [k: string]: number; }; export declare function clone(item: any): any;