import { ExchangeRateAction } from './exchangeRateAction';
export declare class DeleteExchangeRates extends ExchangeRateAction {
    protected static XSI_TYPE: string;
    constructor();
}
