export interface UseTravelCreditOptions { enabled?: boolean; } /** * Single Travel Credit + redemption history. The response envelope attaches the * full `redemptions[]` list so the operator detail view can render the audit * trail in one request. */ export declare function useTravelCredit(id: string | null | undefined, options?: UseTravelCreditOptions): import("@tanstack/react-query").UseQueryResult, Error>;