import { ${module} } from '${package.name}'

let ${method.result.name} = await ${module}.${method.setter.for}(${example.params})
console.log(${method.result.name})