import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; export declare class SetupLinks extends ClientSDK { /** * Create a customer setup link * * @remarks * Ensures the Deployment Group identified by Project and external ID, then creates a group-scoped setup link with exact captured sources. */ create(request: models.CreateSetupLinkRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=setuplinks.d.ts.map