export declare const ERROR_PREFIX = "FastAverageColor: ";
export declare function getError(message: string): Error;
export declare function outputError(error: Error, silent?: boolean): void;
