import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class Orders extends ClientSDK { /** * Create an order that was prepared outside the Bolt ecosystem. * * @remarks * Create an order that was prepared outside the Bolt ecosystem. Some Bolt-powered flows automatically manage order creation - in those flows the order ID will be provided separately and not through this API. */ ordersCreate(security: operations.OrdersCreateSecurity, order: components.Order, xPublishableKey: string, xMerchantClientId?: string | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=orders.d.ts.map