export interface StartANewCycleRequest { /** * ID of the subscription. String starting with **sub_**. */ subscription: `sub_${string}`; } //# sourceMappingURL=StartANewCycleRequest.d.ts.map