import { Request, Response, NextFunction } from 'express'; export declare class OrganizationController { create(req: Request, res: Response, next: NextFunction): Promise> | undefined>; read(req: Request, res: Response, next: NextFunction): Promise> | undefined>; update(req: Request, res: Response, next: NextFunction): Promise> | undefined>; getAdditionalSeatsQuantity(req: Request, res: Response, next: NextFunction): Promise> | undefined>; getCustomerWithDefaultSource(req: Request, res: Response, next: NextFunction): Promise> | undefined>; getAdditionalSeatsProration(req: Request, res: Response, next: NextFunction): Promise> | undefined>; getPlanProration(req: Request, res: Response, next: NextFunction): Promise> | undefined>; updateAdditionalSeats(req: Request, res: Response, next: NextFunction): Promise> | undefined>; updateSubscriptionPlan(req: Request, res: Response, next: NextFunction): Promise> | undefined>; getCurrentUsage(req: Request, res: Response, next: NextFunction): Promise> | undefined>; }