import { IPA } from '@refinitiv-data/types'; export type AxisUnit = IPA.Surfaces.Cap.AxisUnit; export type DiscountingType = IPA.Surfaces.Cap.DiscountingType; export type InputVolatilityType = IPA.Surfaces.Cap.InputVolatilityType; export type LayoutFormat = IPA.Surfaces.Cap.LayoutFormat; export type Outputs = IPA.Surfaces.Cap.Outputs; export type PriceSide = IPA.Surfaces.Cap.PriceSide; export type TimeStampSelectionType = IPA.Surfaces.Cap.TimeStampSelectionType; export type VolatilityAdjustmentType = IPA.Surfaces.Cap.VolatilityAdjustmentType; export type CalculationParams = IPA.Surfaces.Cap.CalculationParams; export type Params = IPA.Surfaces.Cap.Params; 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 * from './definition';