import { IPA } from '@refinitiv-data/types'; import * as Cap from './cap'; import * as Eti from './eti'; import * as Fx from './fx'; import * as Swaption from './swaption'; export type AxisUnit = IPA.Surfaces.AxisUnit; export type DiscountingType = IPA.Surfaces.DiscountingType; export type InputVolatilityType = IPA.Surfaces.InputVolatilityType; export type LayoutFormat = IPA.Surfaces.LayoutFormat; export type Outputs = IPA.Surfaces.Outputs; export type PriceSide = IPA.Surfaces.PriceSide; export type TimeStampSelectionType = IPA.Surfaces.TimeStampSelectionType; export type VolatilityAdjustmentType = IPA.Surfaces.VolatilityAdjustmentType; export declare const AxisUnit: typeof IPA.Surfaces.AxisUnit; export declare const DiscountingType: typeof IPA.Surfaces.DiscountingType; export declare const InputVolatilityType: typeof IPA.Surfaces.InputVolatilityType; export declare const LayoutFormat: typeof IPA.Surfaces.LayoutFormat; export declare const Outputs: typeof IPA.Surfaces.Outputs; export declare const PriceSide: typeof IPA.PriceSide; export declare const TimeStampSelectionType: typeof IPA.Surfaces.TimeStampSelectionType; export declare const VolatilityAdjustmentType: typeof IPA.Surfaces.VolatilityAdjustmentType; export { Cap, Eti, Fx, Swaption }; export * from './definition';