import { DriveDataInterface } from "./Interfaces";
export declare const execDriveList: (cb: any) => void;
export declare const parse: (driveLine: string) => DriveDataInterface;
