export declare const RELEASE_URL = "https://api.github.com/repos/Lazy-And-Focused/BAD-template/releases/latest"; export declare const RELEASE_FILE_NAME = "release.tar.gz"; export declare const getDownloadUrl: (version: string) => string; export declare const CHOOSE_FILE_REGEX: RegExp;