/** * Get orders action * Calls the getOrders action on the parent window */ import type { GetOrders } from "./types"; export declare const getOrders: GetOrders;