/** * Custom extensions for the Checkout Intents SDK. * This file is in src/lib/ and will NOT be overwritten by Stainless. */ export { PollTimeoutError } from "./errors.mjs"; export type { PollOptions } from "./polling.mjs"; //# sourceMappingURL=index.d.mts.map