import { PushTest } from "../../api/mapping/PushTest";
import { ReleaseCreator, ReleaseRegistration } from "./release";
/**
 * Create a GitHub release for GitHub.com or GHE projects.  If the
 * project is not a GitHub project or the project credentials do not
 * have a token, it issues are warning and returns success.
 */
export declare const GitHubReleaseCreator: ReleaseCreator;
/**
 * Push test that returns true if the push was to a GitHub.com or GHE
 * remote repository.
 */
export declare const GitHubPushTest: PushTest;
/**
 * Release registration for GitHub release creator implementation.
 */
export declare const GitHubReleaseRegistration: ReleaseRegistration;
//# sourceMappingURL=github.d.ts.map