export declare function getYargsOption(): import("yargs").Argv & import("yargs").InferredOptionTypes<{ subquery: { alias: string; demandOption: false; describe: string; type: "string"; }; 'subquery-name': { demandOption: false; describe: string; type: "string"; }; config: { alias: string; demandOption: false; describe: string; type: "string"; }; local: { type: "boolean"; demandOption: false; describe: string; }; 'force-clean': { type: "boolean"; demandOption: false; describe: string; }; unsafe: { type: "boolean"; demandOption: false; describe: string; }; 'batch-size': { demandOption: false; describe: string; type: "number"; }; timeout: { demandOption: false; describe: string; type: "number"; }; debug: { demandOption: false; describe: string; type: "boolean"; default: boolean; }; profiler: { demandOption: false; describe: string; type: "boolean"; default: boolean; }; 'network-endpoint': { demandOption: false; type: "string"; describe: string; }; 'output-fmt': { demandOption: false; describe: string; type: "string"; choices: string[]; }; 'log-level': { demandOption: false; describe: string; type: "string"; choices: string[]; }; migrate: { demandOption: false; describe: string; type: "boolean"; default: boolean; }; 'timestamp-field': { demandOption: false; describe: string; type: "boolean"; default: boolean; }; 'network-dictionary': { alias: string; demandOption: false; describe: string; type: "string"; }; 'mmr-path': { alias: string; demandOption: false; describe: string; type: "string"; }; 'proof-of-index': { demandOption: false; describe: string; type: "boolean"; default: boolean; }; port: { alias: string; demandOption: false; describe: string; type: "number"; default: number; }; }>>; export declare function argv(arg: string): unknown;