/** * Add product note action * Calls the addProductNote action on the parent window */ import type { AddProductNote } from "./types"; export declare const addProductNote: AddProductNote;