export default class CodeEditorShortcuts { private readonly ace; constructor(ace: any); addShortcut(winShortcut: string, macShortcut: string, fn: any, scope: any): void; }