/**
* Describes the metadata of a source.
*
* @category Source
* @public
*/
export interfaceMetadataDescription{
[metadataKey: string]: any;
/**
* The title of the content.
*/readonly title?: string;
}
//# sourceMappingURL=MetadataDescription.d.ts.map