/** * Specifies the type of deletion to be performed. * */ export declare enum DeletionType { Partial = "partial", Entire = "entire" }