/** * Add customer note action * Calls the addCustomerNote action on the parent window */ import type { AddCustomerNote } from "./types"; export declare const addCustomerNote: AddCustomerNote;