import { ICCProfileResourceBlock } from "../../interfaces"; import { Cursor } from "../../utils"; export declare function readICCProfile(cursor: Cursor, expectedEndPos: number): ICCProfileResourceBlock["resource"]; //# sourceMappingURL=readICCProfile.d.ts.map