declare function is_color(set_to: boolean): boolean;
declare const base: (text: string) => string;
declare const item: (text: string) => string;
declare const name: (text: string) => string;
declare const misc: (text: string) => string;
export { is_color, base, item, name, misc };
