/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * @hidden */ declare const RESOLVE_NO_LEAFS: { referenceResolutionMode: number; }; /** * @hidden */ declare const RESOLVE_ALWAYS: { referenceResolutionMode: number; }; /** * @hidden */ declare const RESOLVE_NEVER: { referenceResolutionMode: number; }; export { RESOLVE_ALWAYS, RESOLVE_NEVER, RESOLVE_NO_LEAFS }; //# sourceMappingURL=constants.d.ts.map