import { IListResponse } from '../Types/List'; export declare const parseListResults: (data: string) => IListResponse;