import { UpdateState } from './enums/UpdateState.enum'; import type { LocalPackage } from './types'; /** * Retrieves the metadata for an installed update (e.g. description, mandatory). * * @param updateState The state of the update you want to retrieve the metadata for. Defaults to UpdateState.RUNNING. */ export declare function getUpdateMetadata(updateState?: UpdateState): Promise; //# sourceMappingURL=getUpdateMetadata.d.ts.map