import { BanListResponse } from '../types'; export default function parseBanListResponseToJs(res: string): BanListResponse;