#!/usr/bin/env node import { Config } from './types'; export declare function main(config: Config): Promise;