package examples:map-with-output-key; interface map-with-output-key-service { map-fn: func(input: string) -> result,string>,string>; } world map-with-output-key-world { export map-with-output-key-service; }