import { Customer } from '../../entity/customer/customerState'; import { NestedCustomerHierarchy } from './nestedCustomerID'; /** * This function builds the hierarchy which is used to display all customers * in the selection view * @param customers * @returns */ export declare function getNestedCustomerHierarchy(customers: Customer[]): NestedCustomerHierarchy[];