import { Credentials } from '../utils/index.types';
import AFRICASTALKING from './index.types';
export declare const Client: new (credentials: Credentials) => AFRICASTALKING;
