import type { SkinTone } from './types';
/**
 * Append a skin tone index (number) to the end of a shortcode.
 */
export declare function appendSkinToneIndex(shortcode: string, emoji: {
    tone?: SkinTone | SkinTone[];
}, prefix?: string): string;
//# sourceMappingURL=appendSkinToneIndex.d.ts.map