export interface KeyStrokeModel { alt?: boolean; ctrl?: boolean; shift?: boolean; which?: number[]; } //# sourceMappingURL=KeyStrokeModel.d.ts.map