// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. export declare var hasWinRT: boolean; export declare function markSupportedForProcessing(func: any): any; export declare function _setImmediate(expression: any, ...args: any[]): number;