import { Drive, ListData } from "../types";
declare const drive: Drive<ListData>;
export default drive;
