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