/**
 * Provides options for the `PackageDescriptor` class.
 */
export interface IPackageDescriptorOptions {
    /**
     * The identifier of the package.
     */
    Identifier: string;
}
