import { Api, Command } from './api'; export declare type CommandConfig = string | ((api: Api) => Command); export declare const systemCommands: CommandConfig[];