import { FileInfo } from "./FileInfo";
/**
* Parse raw directory listing.
*/
export declare function parseList(rawList: string): FileInfo[];