/**
 * Account and Transaction API SpecificationLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Configuration } from './configuration';
export declare function createAuthProviderFromConfig(config: Partial<Configuration>): import("@apimatic/core-interfaces").AuthenticatorInterface<import("@apimatic/authentication-adapters/lib/compositeAuthenticationAdapter").CompositeAuthParams<"hTTPBearerAuthentication", {
    hTTPBearerAuthentication: import("@apimatic/core-interfaces").AuthenticatorInterface<boolean> | undefined;
}>>;
