/** * Swagger Petstore - OpenAPI 3.0Lib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Configuration } from './configuration.js'; import { PetstoreAuthManager } from './petstoreAuthManager.js'; export declare function createAuthProviderFromConfig(config: Partial, petstoreAuth: () => PetstoreAuthManager | undefined): import("@apimatic/core-interfaces").AuthenticatorInterface | undefined; apiKey: import("@apimatic/core-interfaces").AuthenticatorInterface | undefined; }>>; //# sourceMappingURL=authProvider.d.ts.map