import type { CouplingState } from './CouplingTypes'; declare const init: () => CouplingState; export { init }; //# sourceMappingURL=CouplingState.d.ts.map