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