/** * Remove customer note action * Calls the removeCustomerNote action on the parent window */ import type { RemoveCustomerNote } from "./types"; export declare const removeCustomerNote: RemoveCustomerNote;