export declare const enum LocalStorageKey {
    TOGGLE_UI_SHORTCUT = "STILETTO_TOGGLE_UI_SHORTCUT",
    WS_PORT = "STILETTO_WS_PORT"
}
