import { DocumentIoType } from "kryo/types/document"; import { _Tag } from "./_tag"; import { TagType } from "./_type"; export interface DefineJpegTables extends _Tag { readonly type: TagType.DefineJpegTables; readonly data: Uint8Array; } export declare const $DefineJpegTables: DocumentIoType;