export declare const addFlagMap: (name: string | RegExp, emoji: string) => void;
export declare const prependFlag: (str: string, removeExistingEmoji?: boolean) => string;
export declare const removeFlag: (str: string) => string;
