import { Arguments } from 'yargs';
export declare const command = "listpairs";
export declare const describe = "get order book's available pairs";
export declare const handler: (argv: Arguments) => Promise<void>;
