export declare function getLyraTradeOptionType(isCall: boolean, isLong: boolean, isCoveredCall: boolean): number; export declare function isCall(optionType: number): boolean; export declare function isLong(optionType: number): boolean;