export declare const CACHE_NAME_CHARACTERS = "abcdefghijklmnopqrstuvwxyz0123456789"; export declare const CACHE_NAME_LENGTH: number; export declare const CACHE_NAME_SEPARATOR = "--"; export declare const OUTPUT_NAME: string;