#!/usr/bin/env node
import { Command } from 'commander';
export declare function main(mainOptions: {
    args?: string[];
    handleSigTerm: () => void;
    onError: () => void;
}): Promise<Command>;
