/** * Pure constants with no dependencies * This file exists to break circular dependencies */ export declare const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"; export declare const days: string[]; export declare const ANIFY_URL = "https://anify.eltik.cc"; //# sourceMappingURL=constants.d.ts.map