import { RateInfo } from './rate-info';
export declare class RateData {
    errored: boolean;
    error: string;
    items: Array<RateInfo>;
}
