#!/usr/bin/env node
import { TDeps } from "../deps";
export declare function cli(configPathRel: string, customDeps?: Partial<TDeps>): Promise<void>;
