/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
/**
 * Enum for CleanupScope
 */
export declare enum CleanupScope {
    All = "all",
    Customers = "customers"
}
/**
 * Schema for CleanupScope
 */
export declare const cleanupScopeSchema: Schema<CleanupScope>;
//# sourceMappingURL=cleanupScope.d.ts.map