import { Request, Response } from 'express'; export declare function getCancellationPeriods(req: Request, res: Response): Promise; export declare function getCancellationPeriod(req: Request, res: Response): Promise; export declare function createCancellationPeriod(req: Request, res: Response): Promise; export declare function updateCancellationPeriod(req: Request, res: Response): Promise; export declare function deleteCancellationPeriod(req: Request, res: Response): Promise; //# sourceMappingURL=cancellation-period.controller.d.ts.map