import { Request, Response, NextFunction } from 'express'; declare const _default: { createApiKey: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteApiKey: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllApiKeys: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateApiKey: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; verifyApiKey: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; importKeys: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;