/** * Add custom sale action * Calls the addCustomSale action on the parent window */ import type { AddCustomSale } from "./types"; export declare const addCustomSale: AddCustomSale;