export type EchoService = { echo: () => string; echoChained: () => Promise; getActivateValue: () => unknown; }; //# sourceMappingURL=types.d.ts.map