import { Request, Response } from 'express';
export declare const getContracts: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const createContract: (req: Request, res: Response) => Promise<void>;
export declare const updateContract: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const deleteContract: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=contracts.controller.d.ts.map