/** * Park order action * Calls the parkOrder action on the parent window */ import type { ParkOrder } from "./types"; export declare const parkOrder: ParkOrder;