import { Request, Response } from 'express';
export declare const getCustomerGroups: (req: Request, res: Response) => Promise<void>;
export declare const getCustomerGroupById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const createCustomerGroup: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const updateCustomerGroup: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const deleteCustomerGroup: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=customerGroups.controller.d.ts.map