import { Sdk } from '../.mesh'; declare const init: (id: string, secret: string) => Promise<{ sdk: Sdk; }>; export * from '../.mesh'; export { init };