import { Argv } from 'yargs'; export declare const command = "tx "; export declare const describe = "Find a tx on the XRP ledger"; export declare const builder: (argv: Argv<{}>) => Argv<{}>;