import { type ActionItem } from './types.js'; export declare const availableActions: ActionItem[]; export declare const colors: { button: { bg: string; color: string; }; activeButton: { bg: string; color: string; }; };