import { _DriveItem } from "../files/types.js"; import { IWorkbook, IWorkbookWithSession } from "./types.js"; declare module "../files/types.js" { interface _DriveItem { readonly workbook: IWorkbook; getWorkbookSession(persistChanges: boolean): Promise; } interface DriveItem { readonly workbook: IWorkbook; getWorkbookSession(persistChanges: boolean): Promise; } } export declare function getWorkbookSession(this: _DriveItem, persistChanges: boolean): Promise; //# sourceMappingURL=driveitem.d.ts.map