import type { FastAverageColorOptions, FastAverageColorResult } from './types.js'; export type { FastAverageColorRgb, FastAverageColorRgba, FastAverageColorRgbaWithThreshold, FastAverageColorIgnoredColor, FastAverageColorOptions, FastAverageColorResult, } from './types.js'; export declare function getAverageColor(resource: string | Buffer, options?: FastAverageColorOptions): Promise;