import { Request, Response, NextFunction } from 'express'; declare const _default: { getAllDatasets: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getDataset: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; createDataset: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateDataset: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteDataset: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; addDatasetRow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateDatasetRow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteDatasetRow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; patchDeleteRows: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; reorderDatasetRow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;