import type { WCAG } from "./types"; export declare function isCSSRGBDarkColour(colour: string, standard: WCAG): boolean;