import { CommandSpec } from '../shared/core';
import estimateCommand from './estimate';
import { priceListCommand, priceSetCommand } from './price';
import { trackSummaryCommand, trackResetCommand } from './track';
import configCommand from './config';
export declare const commands: Record<string, CommandSpec<any>>;
export { estimateCommand, priceListCommand, priceSetCommand, trackSummaryCommand, trackResetCommand, configCommand };
//# sourceMappingURL=index.d.ts.map