'use strict'; module.exports = async ({ resolveVariable }) => ({ varResult: await resolveVariable('file(file.yaml)'), });