import { Request, Response } from 'express';
export declare const getContractTypes: (req: Request, res: Response) => Promise<void>;
export declare const getContractTypeById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const createContractType: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const updateContractType: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const deleteContractType: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=contractTypes.controller.d.ts.map