/**
 * @module customerTypes
 * @description A list of customerTypes
 */
export declare const customerTypes: readonly ["commercial", "non-profit", "government", "parastatal", "individual", "other"];
export declare type CustomerTypes = (typeof customerTypes)[number];
