import { SecurityPaymentType, SecurityTradeType, SecurityTransactionType } from '../../../shared/enums.js';
export declare const toSecurityTradeType: (raw: string) => SecurityTradeType;
export declare const toSecurityTransactionType: (raw: string) => SecurityTransactionType;
export declare const toSecurityPaymentType: (raw: string | null) => SecurityPaymentType | null;
