import { ApiBase } from './api-base';
import { ApiChargeInternal } from './api-charge-internal';
import { ApiCheckoutInternal } from './api-checkout-internal';
import { ApiGatewayInternal } from './api-gateway-internal';
import { ApiPaymentSourceInternal } from './api-payment-source-internal';
import { ApiServiceInternal } from './api-service-internal';
export { API_AUTH_TYPE } from './api-base';
export declare class ApiInternal extends ApiBase {
    charge(): ApiChargeInternal;
    service(): ApiServiceInternal;
    checkout(): ApiCheckoutInternal;
    gateway(): ApiGatewayInternal;
    paymentSource(): ApiPaymentSourceInternal;
}
//# sourceMappingURL=api-internal.d.ts.map