declare global {
    interface Window {
        gotoKey(key: string): void;
    }
}
/**
 * `gotoKey` — global function
 */
export declare function setGlobalActions(): void;
