/** * Get active order action * Calls the getActiveOrder action on the parent window */ import type { GetActiveOrder } from "./types"; export declare const getActiveOrder: GetActiveOrder;