import type { Package } from "@dpkit/core"; import type { GithubPackage } from "../Package.ts"; export declare function convertPackageFromGithub(githubPackage: GithubPackage): Package;