import { member } from "../../../core";
export interface DestroyRootInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
}
export declare function DestroyRoot(props: DestroyRootInput): any;
//# sourceMappingURL=DestroyRoot.d.ts.map