import { ShippoCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { ShippoError } from "../models/errors/shippoerror.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Create a new carrier account * * @remarks * Creates a new carrier account or connects an existing carrier account to the Shippo account. */ export declare function carrierAccountsCreate(client: ShippoCore, request: components.ConnectExistingOwnAccountRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=carrierAccountsCreate.d.ts.map