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