import { OrderSide, OrderType } from "@orderly.network/types"; export declare function getEntrySessionStorageInfo(): { orderType: OrderType; reduceOnly: boolean; orderSide: OrderSide; orderTypeExt: undefined; sessionOrderEntry: { order_price: string; order_quantity: string; trigger_price: string; }; }; export declare function setEntrySessionStorage(key: string, value: any): void; export declare function clearOrderEntrySessionData(): void; //# sourceMappingURL=entrySessionStorageUtils.d.ts.map