import { CatalogListResponse } from './types'; /** * Request category synchronous list. * * {@link https://www.braze.com/docs/api/endpoints/catalogs/catalog_management/synchronous/get_list_catalogs/} */ export declare function listCatalogs(apiUrl: string, apiKey: string): Promise; //# sourceMappingURL=list.d.ts.map