/** Missing description */
export interface Service {
    /** Billing group ID */
    groupId: number;
    /** Service ID */
    serviceId: number;
}
//# sourceMappingURL=Service.d.ts.map