#!/usr/bin/env bun import { Command } from "commander"; export declare function createContractsProgram(): Command; export declare function main(argv?: string[]): Promise;