export type PngFrameParserOptions = Readonly<{ maxFrameBytes: number; maxDimension: number; }>;