/** * Determines the latest emoji version that is supported by the browser. * @returns the supported emoji version number */ export declare function determineEmojiVersion(): number;