/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
export declare const enum MarshalledId {
    Uri = 1,
    Regexp = 2,
    ScmResource = 3,
    ScmResourceGroup = 4,
    ScmProvider = 5,
    CommentController = 6,
    CommentThread = 7,
    CommentThreadInstance = 8,
    CommentThreadReply = 9,
    CommentNode = 10,
    CommentThreadNode = 11,
    TimelineActionContext = 12,
    NotebookCellActionContext = 13,
    NotebookActionContext = 14,
    TestItemContext = 15,
    Date = 16
}
