export interface CreateStripeCheckoutSessionResponse { /** @deprecated */ sessionId: string; sessionUrl: string; }