import type { ImageData } from "./types"; export default function decodePng(filename: string): Promise;