import { RGB } from "../types/index.js";
import type { TransformerGen } from "./types.js";
export declare const rgb: TransformerGen<RGB>;
