import { IPA } from '@refinitiv-data/types'; export type BusinessDayConvention = IPA.FinancialContracts.Repo.BusinessDayConvention; export type DayCountBasisConvention = IPA.FinancialContracts.Repo.DayCountBasisConvention; export type BuySell = IPA.FinancialContracts.BuySell; export type RepoRateFrequency = IPA.FinancialContracts.Repo.RepoRateFrequency; export type RepoRateType = IPA.FinancialContracts.Repo.RepoRateType; export type Outputs = IPA.FinancialContracts.Repo.Outputs; export type PaymentRollConvention = IPA.FinancialContracts.Repo.PaymentRollConvention; export type RepoCurveType = IPA.FinancialContracts.Repo.RepoCurveType; export type Params = IPA.FinancialContracts.Repo.Params; export type TableRow = IPA.FinancialContracts.Repo.TableRow; export declare const BusinessDayConvention: typeof IPA.FinancialContracts.BusinessDayConvention; export declare const BuySell: typeof IPA.FinancialContracts.BuySell; export declare const RepoRateFrequency: typeof IPA.FinancialContracts.Repo.RepoRateFrequency; export declare const RepoRateType: typeof IPA.FinancialContracts.Repo.RepoRateType; export declare const DayCountBasisConvention: typeof IPA.DayCountBasisConvention; export declare const Outputs: typeof IPA.FinancialContracts.Outputs; export declare const PaymentRollConvention: typeof IPA.FinancialContracts.PaymentRollConvention; export declare const RepoCurveType: typeof IPA.FinancialContracts.Repo.RepoCurveType; export * from './definition';