import { InfoResponse } from "./interface/infoResponse";
export declare class InfoResponseRender {
    render(response: any[]): InfoResponse;
}
//# sourceMappingURL=infoResponseRender.d.ts.map