/** * Command Palette Hook * UI-specific hook moved to @materi.ai/ui, but kept here for backward compatibility */ import type { UseCommandPaletteReturn } from './types'; export declare function useCommandPalette(openKey?: string): UseCommandPaletteReturn; export type { UseCommandPaletteReturn } from './types'; //# sourceMappingURL=useCommandPalette.d.ts.map