import { AuthenticatorInterface } from '@apimatic/core-interfaces';
export declare const basicAuthenticationProvider: (basicAuthUserName: string, basicAuthPassword: string) => AuthenticatorInterface<boolean>;
//# sourceMappingURL=basicAuthenticationAdapter.d.ts.map