type HEX = string; export declare const durationUnitRegex: RegExp; export declare const calculateRgba: (color: HEX, opacity: number) => string; export declare const range: (size: number, startAt?: number) => number[]; export {};