/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
export interface MRRMovement {
    amount?: number;
    category?: string;
    subscriberDelta?: number;
    leadDelta?: number;
    [key: string]: unknown;
}
export declare const mRRMovementSchema: Schema<MRRMovement>;
//# sourceMappingURL=mRRMovement.d.ts.map