import { Currency } from './currency';
export interface LimitValue {
    ccy?: Currency;
    max?: number;
    min?: number;
}
export declare namespace LimitValue {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=limitValue.d.ts.map