import { CatalogClient } from './types'; export declare function composeCatalogs(clients: readonly CatalogClient[]): CatalogClient;