import { ICustomerData, ICustomerObject } from "../types"; import { IAddress } from "@wayke-se/ecom"; export declare const createCustomerObject: (customer: ICustomerData, address: IAddress | undefined) => ICustomerObject;