/** Checks for newer versions of dynatrace packages and returns a notification */
export declare function getUpdateNotification(root: string): Promise<string | undefined>;
