// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. /** * Retrieves the resource string that has the specified resource identifier. * @param resourceId The resource ID of the string to retrieve. * @returns An object that can contain these properties: value, empty, lang. **/ export declare function _getWinJSString(type: string): { value: string; empty?: boolean; lang?: string; };