import type { TemplateCatalog } from '../templateCatalogContracts'; export declare function useTemplateCatalog(): { catalog: TemplateCatalog; isLoading: boolean; error: string | null; refresh: () => Promise; }; //# sourceMappingURL=useTemplateCatalog.d.ts.map