export declare const DEFAULT_PROTOCOL = "github-release://"; export declare const SIZE_UNITS: string[]; export declare const API_ACTIONS: { readonly GET_RELEASES: "get_releases"; readonly GET_RATE_LIMIT: "get_rate_limit"; readonly GET_USER_REPOS: "get_user_repos"; readonly CLEAR_CACHE: "clear_cache"; readonly PARSE_URI: "parse_uri"; readonly GET_DOWNLOAD_URL: "get_download_url"; };