import { Sdk } from './mesh-artifacts/index.js';
declare const init: (authToken: string, userName: string) => Promise<{
    sdk: Sdk;
}>;
export * from './mesh-artifacts/index.js';
export { init };
