interface Manifest { readonly name: string; readonly version: string; } export default Manifest;