import type { Client } from '@authup/common'; export declare class ClientController { getClients(req: any, res: any): Promise; getClient(id: string, req: any, res: any): Promise; editClient(id: string, user: NonNullable, req: any, res: any): Promise; dropClient(id: string, req: any, res: any): Promise; addClient(user: NonNullable, req: any, res: any): Promise; } //# sourceMappingURL=module.d.ts.map