interface Service { execute(...args: Input): Output; } export type { Service };