/** * Patch the getScreenCTM method to memoize the last non-null * result seen. This will let the method continue to function * even after the node is removed from the DOM. */ export function patchScreenCTM(): void; export class patchScreenCTM { getScreenCTM: () => any; } //# sourceMappingURL=patchScreenCTM.d.ts.map