import type { Address, BloImage, BloOptions, Hsl, Palette } from "./types.js"; export declare function image(address: Address, options?: BloOptions): BloImage; export declare function randomImageData(random: () => number): Uint8Array; export declare function randomPalette(random: () => number): Palette; export declare function randomColor(rand: () => number): Hsl;