interface FormatOptions { separator?: string; } /** Human-readable platform-aware label for UI badges. */ export declare function formatShortcutDisplay(keys: string, options?: FormatOptions): string; export {}; //# sourceMappingURL=format.d.ts.map