import Client from './instance/client';
declare const wda: {
    Client: typeof Client;
};
export default wda;
