import type { Last } from './lib/types'; export declare const textures: readonly ['1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.21.2', '1.21.4', '1.21.5', '1.21.6', '1.21.7', '1.21.9', '1.21.11', '26.1', '26.2']; export declare const versions: readonly ["1.12", "1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.21.2", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.9", "1.21.11", "26.1", "26.2"]; export declare const latestVersion: Last; declare const hasVersion: (version: string) => boolean; export type { TexturesType, TexturesTypeById, Item } from './lib/types'; export default hasVersion;