import { ViewType } from '../models/types.js'; export interface ViewCommand { key: string; description: string; } export declare function getViewCommands(view: ViewType): ViewCommand[]; //# sourceMappingURL=viewCommands.d.ts.map