import { DocumentIoType } from "kryo/types/document"; import { Uint8 } from "semantic-types"; export interface Screen2ImageBlockDiffPosition { rowStart: Uint8; height: Uint8; } export declare const $Screen2ImageBlockDiffPosition: DocumentIoType;