import type { PrototypeLanguage } from "../types/warpaints";
import type { IPaintAttributes, IWarPaint, WarPaints } from "../types/warpaints";
export declare function isUndefinedOrEmpty(warpaints: WarPaints, language: PrototypeLanguage): boolean;
export declare function compareById(attribute: IPaintAttributes, id: number): boolean;
export declare function getLanguageTranslation(language: PrototypeLanguage): string;
export declare function getLanguageSubtag(translation: string): string;
export declare function compareByIdOrName(attributes: IPaintAttributes, warpaint: IWarPaint): boolean;
export declare function compareByIdAndName(attributes: IPaintAttributes, warpaint: IWarPaint): boolean;
