#!/usr/bin/env node import * as config from "@varkes/configuration"; declare function mock(configuration: config.Config): Promise; export { mock };