import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class WebinarRegistrations extends ClientSDK { /** * Create Webinar Registration * * @remarks * Register a person for a webinar by providing their email, first name, and last name. * * This endpoint generates a unique visitor key and returns a personalized webinar URL for the registrant. * * ## Requires api token with one of the following permissions * ``` * Read, update & delete anything * ``` */ postWebinarsWebinarIdRegistrations(request: operations.PostWebinarsWebinarIdRegistrationsRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=webinarregistrations.d.ts.map