import { customerGetDescription as description } from './description'; import { getCustomer as execute } from './execute'; export { description, execute }; //# sourceMappingURL=index.d.ts.map