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