/** * Custom extensions for the Checkout Intents SDK. * This file is in src/lib/ and will NOT be overwritten by Stainless. */ export { PollTimeoutError } from './errors'; export type { PollOptions } from './polling';