export type PackageConfig = { readonly name?: string; readonly version?: string; readonly description?: string; };