import { IPA } from '@refinitiv-data/types'; export type Params = IPA.FinancialContracts.IRSwap.Params; export type Table = IPA.FinancialContracts.IRSwap.Table; export type TableRow = IPA.FinancialContracts.IRSwap.TableRow; export type Outputs = IPA.FinancialContracts.IRSwap.Outputs; export declare const Outputs: typeof IPA.FinancialContracts.Outputs; export * from './definition';