#!/usr/bin/env node
/**
 * Main `bin` functionality.
 */
export declare function main(argv?: string[], entrypointArgs?: Record<string, any>): void;
