export default function makeRequest(Constractor: ObjectConstructor | any, params?: { [key: string]: any; }): T;