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