import type { Color } from "../api.js";
export declare const intArgb32Rgb: (out: Color | null, src: number) => Color;
export declare const intRgb24Rgb: (out: Color | null, src: number) => Color;
export declare const intAbgr32Rgb: (out: Color | null, src: number) => Color;
export declare const intBgr24Rgb: (out: Color | null, src: number) => Color;
//# sourceMappingURL=int-rgb.d.ts.map