/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { Guid } from '../../..'; import { Message, Payloads } from '../../../internal'; /** @hidden */ export declare class SyncAsset { id: Guid; /** Used if asset was packaged with other assets */ creatorMessageId: Guid; /** Used only with batch creation, as definition is updated for other */ update: Message; /** Used only for runtime instances (like MediaInstances) that need to know the duration of the asset */ duration?: number; } //# sourceMappingURL=syncAsset.d.ts.map