import type { AttachmentGroup, ColdCode } from "../core/types.js"; import type { Versionage } from "../tables/table-types.js"; import { type AttachmentDispatchOptions } from "./group-dispatch.js"; /** * Historical attachment-group entrypoint preserved as a thin wrapper around the * newer dispatch-policy parser. */ export declare function parseAttachmentGroup(input: Uint8Array, version: Versionage, domain: Extract, options?: AttachmentDispatchOptions): { group: AttachmentGroup; consumed: number; }; //# sourceMappingURL=attachment-parser.d.ts.map