export declare function getShaOrThrow(ref: string): string; export declare function getSha(ref: string): string; export declare function getRemoteSha(ref: string, remote: string): string | undefined;