/** * Set active order action * Calls the setActiveOrder action on the parent window */ import type { SetActiveOrder } from "./types"; export declare const setActiveOrder: SetActiveOrder;