import { GetCatalogQueryParams, GetCatalogResponse } from '@vepler/safety-types';
export declare function getCatalog(params?: GetCatalogQueryParams): Promise<GetCatalogResponse[]>;
