/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export declare class HandoffEventNames { static readonly InitiateHandoff: string; static readonly HandoffStatus: string; } //# sourceMappingURL=handoffEventNames.d.ts.map