export interface CommandPaletteInputBox {
    title: string;
    value: string;
    visible: boolean;
}
