import { CommandRegistry } from "@lumino/commands"; import type { PerspectiveWorkspace } from "./workspace"; export declare const createCommands: (workspace: PerspectiveWorkspace, indicator: HTMLElement) => CommandRegistry;