/** * Assign customer action * Calls the assignCustomer action on the parent window */ import type { AssignCustomer } from "./types"; export declare const assignCustomer: AssignCustomer;