/** Node reinstall payload */
export interface Reinstall {
    /** AOS Version */
    version: string;
}
//# sourceMappingURL=Reinstall.d.ts.map