/** * Returns the raw bytes of the bundled sRGB IEC61966-2.1 ICC profile. * The decoded result is cached, so repeated calls are cheap. */ export declare const getDefaultSRGBProfile: () => Uint8Array; //# sourceMappingURL=srgbProfile.d.ts.map