export declare const rebilling: {
    update: (companyId: string, options: import("../../../types/saas").SaasRebillingUpdateDTO, authToken: string) => Promise<import("../../../types/_global").BadRequestDTO | import("../../../types/_global").UnauthorizedDTO | import("../../../types/_global").UnprocessableDTO> | null;
};
