import type { ApiReferenceConfiguration } from '@scalar/types/api-reference'; import { type AvailableClients } from '@scalar/types/snippetz'; /** * Map the old hiddenClients config to the new httpClients config. * Filters out clients based on the configuration and returns the remaining clients. */ export declare const mapHiddenClientsConfig: (hiddenClients: ApiReferenceConfiguration["hiddenClients"]) => AvailableClients; //# sourceMappingURL=map-hidden-clients-config.d.ts.map