import { KeyStroke, Outline, ScoutKeyboardEvent } from '../../../index'; /** * Keystroke to reload all nodes of an outline on the UI server via hybrid action. Only active when no node is selected. */ export declare class OutlineReloadKeyStroke extends KeyStroke { field: Outline; protected _reloading: boolean; constructor(outline: Outline); protected _accept(event: ScoutKeyboardEvent): boolean; handle(event: JQuery.KeyboardEventBase): void; protected _handleAsync(event: JQuery.KeyboardEventBase): Promise; } //# sourceMappingURL=OutlineReloadKeyStroke.d.ts.map