/**
 * @public
 * Capitalize the first letter in the message and add an emoji that match to the message type
 * @param {string} msg string
 * @returns {string}
 */
declare function export_default(msg: string): string;

export { export_default as default };
