import { Pokemon } from "./pokemon"; export declare const NOW: number; export declare const BEGINNING: number; export declare const NAMES: string[]; export declare const COLORS: string[]; export declare const POKEMONS: Pokemon[];