import type { Options } from "yargs"; declare const _default: { builder: { "controller-log-level": Options; "log-level": Options; "polling-frequency": Options; "pushing-frequency": Options; "hermes-access-token": Options; "price-service-endpoint": Options; "price-config-file": Options; endpoint: Options; "private-key-file": Options; "pyth-contract-address": Options; }; command: string; describe: string; handler: (argv: any) => Promise; }; export default _default;