/** * Download and extract actionlint binary from GitHub Releases. */ declare const CACHE_DIR: string; export { CACHE_DIR }; export declare function getBinaryPath(version: string): Promise; //# sourceMappingURL=download.d.ts.map