UNPKG

iop

Version:
5 lines (4 loc) 168 B
/** * Main setup command that orchestrates the entire setup process */ export declare function setupCommand(entryNames?: string[], verbose?: boolean): Promise<void>;