/**
 * Morpheus Node SDK
 *
 * Official Node.js SDK for interacting with the Morpheus API Gateway
 */
export { MorpheusClient } from './client';
export { MorpheusClient as default } from './client';
export * from './types';
export * from './errors';
export declare const VERSION = "0.2.6";
//# sourceMappingURL=index.d.ts.map