/** * Add order note action * Calls the addOrderNote action on the parent window */ import type { AddOrderNote } from "./types"; export declare const addOrderNote: AddOrderNote;