import { PresenterMode } from '@reticlehq/core'; export declare function str(value: unknown, fallback?: string): string; export declare function refLabel(refId: string): string; export declare function modeForCommand(commandName: string): PresenterMode; export declare function presentStatus(commandName: string, args?: Record): string;