import { IPA } from '@refinitiv-data/types'; export type AxisUnit = IPA.Surfaces.Eti.AxisUnit; export type InputVolatilityType = IPA.Surfaces.Eti.InputVolatilityType; export type LayoutFormat = IPA.Surfaces.Eti.LayoutFormat; export type MoneynessType = IPA.Surfaces.Eti.MoneynessType; export type Outputs = IPA.Surfaces.Eti.Outputs; export type PriceSide = IPA.Surfaces.Eti.PriceSide; export type TimeStampSelectionType = IPA.Surfaces.Eti.TimeStampSelectionType; export type VolatilityModel = IPA.Surfaces.Eti.VolatilityModel; export type Params = IPA.Surfaces.Eti.Params; export declare const AxisUnit: typeof IPA.Surfaces.AxisUnit; export declare const InputVolatilityType: typeof IPA.Surfaces.Eti.InputVolatilityType; export declare const LayoutFormat: typeof IPA.Surfaces.LayoutFormat; export declare const MoneynessType: typeof IPA.Surfaces.Eti.MoneynessType; 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 VolatilityModel: typeof IPA.Surfaces.Eti.VolatilityModel; export * from './definition';