export async function precondition({readYAML, assert}) {
    const config = await readYAML(configFile);
    assert(config.languages !== undefined);
}