/** * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * @format */ export declare function getAbbreviatedRef(reactNativeVersion: string): string; export declare function fetchFullRef(reactNativeVersion: string, opts?: { githubToken?: string; }): Promise;