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