import { CheckoutState, RelayExecutionStatus } from '@funkit/api-base'; /** Map a Relay execution status onto the checkout-history domain state. */ export declare function mapRelayExecutionStatusToCheckoutState(status: RelayExecutionStatus): CheckoutState; /** * Has this relay execution stopped moving? Wraps the relay SDK's terminal set * so callers can ask without depending on `@funkit/fun-relay` themselves. */ export declare function isTerminalRelayStatus(status: RelayExecutionStatus | undefined): boolean; //# sourceMappingURL=relayStatus.d.ts.map