import { IList } from "./types.js"; declare module "../files/types" { interface _Drive { getList: () => Promise; } interface IDrive { /** * Read the attachment files data for an item */ getList: () => Promise; } } //# sourceMappingURL=drive.d.ts.map