export interface Drive { key: string; title: string; path: string; } //# sourceMappingURL=Drive.d.ts.map