/**
 * Takes a string and replaces all known `:emoji_name:` occurrences with their
 * actual emoji character.
 *
 * @param src
 */
export declare const replaceNames: (src: string) => string;
//# sourceMappingURL=replace.d.ts.map