import { Window } from "../types";
export default function toDataURL(url: string, window: Window): Promise<string>;
