/// import { Params } from "../types"; export declare const Rgb: { create: typeof create; }; declare function create({ view, options: { truncate }, }: Pick): Buffer; export {}; //# sourceMappingURL=rgb.d.ts.map