import type { Options } from "yargs"; declare const _default: { builder: { "metrics-port": Options; "enable-metrics": Options; "controller-log-level": Options; "log-level": Options; "pushing-frequency": Options; "polling-frequency": Options; "mnemonic-file": Options; "hermes-access-token": Options; "price-service-endpoint": Options; "price-config-file": Options; "account-index": Options; endpoint: Options; "endpoint-type": Options; "gas-budget": Options; "grpc-metadata": Options; "ignore-gas-objects": Options; network: Options; "num-gas-objects": Options; "pyth-state-id": Options; "wormhole-state-id": Options; }; command: string; describe: string; handler: (argv: any) => Promise; }; export default _default;