import type { CharacterSetName } from '../types.cjs'; export declare const CHARACTER_SETS: Readonly>; export declare function resolveCharacterRamp(charset: CharacterSetName | undefined, custom: string | undefined): string[];