import type { GithubRef } from '../types';
export declare function parseGitHubRef(ref: string): GithubRef | undefined;
