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