/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
import { SaleRepSubscription } from './saleRepSubscription.js';
export interface SaleRep {
    id?: number;
    fullName?: string;
    subscriptionsCount?: number;
    testMode?: boolean;
    subscriptions?: SaleRepSubscription[];
    [key: string]: unknown;
}
export declare const saleRepSchema: Schema<SaleRep>;
//# sourceMappingURL=saleRep.d.ts.map