import { Response } from 'express';
import { AuthRequest } from '../../types';
export declare function getInvites(req: AuthRequest, res: Response): Promise<Response<any, Record<string, any>>>;
export declare function respondToInvite(req: AuthRequest, res: Response): Promise<Response<any, Record<string, any>>>;
