import { RiSE, RiSEConfig, RiSEResponse } from './index'; export declare class ApiClass { rise: RiSE; globals: RiSEConfig['globals']; constructor(rise: RiSE, globals: RiSEConfig['globals']); request(req: any, data: any, validated: any): Promise; }