/// <reference types="webdriverio/webdriverio-core" />
/// <reference types="webdriverio" />
/// <reference types="node" />
export default function savePDF(this: WebdriverIO.BrowserObject, filepath: string, options?: WebdriverIO.PDFPrintOptions): Promise<Buffer>;
//# sourceMappingURL=savePDF.d.ts.map