UNPKG

@accounter/server

Version:
7 lines (6 loc) 202 B
import { Sdk } from './mesh-artifacts/index.js'; export declare const init: (id: string, secret: string) => Promise<{ sdk: Sdk; authToken: string; }>; export * from './mesh-artifacts/index.js';