import type { EndpointAdapterFactory } from './types'; /** * Factory to create {@link ExtendableEndpointAdapter | endpoint adapters} with the given * {@link EndpointAdapterOptions | options}. * * @param options - The {@link EndpointAdapterOptions | options} to create a new * {@link ExtendableEndpointAdapter} with. * * @returns A brand new {@link ExtendableEndpointAdapter} object. * @public */ export declare const endpointAdapterFactory: EndpointAdapterFactory;