import { APIResource } from "../../core/resource.mjs"; import * as WidgetsAPI from "./widgets.mjs"; import { BaseWidgets, Widget, WidgetCreateParams, WidgetDeleteParams, WidgetDomain, WidgetGetParams, WidgetListParams, WidgetListResponse, WidgetListResponsesV4PagePaginationArray, WidgetRotateSecretParams, WidgetUpdateParams, Widgets } from "./widgets.mjs"; export declare class BaseTurnstile extends APIResource { static readonly _key: readonly ['turnstile']; } export declare class Turnstile extends BaseTurnstile { widgets: WidgetsAPI.Widgets; } export declare namespace Turnstile { export { Widgets as Widgets, BaseWidgets as BaseWidgets, type Widget as Widget, type WidgetDomain as WidgetDomain, type WidgetListResponse as WidgetListResponse, type WidgetListResponsesV4PagePaginationArray as WidgetListResponsesV4PagePaginationArray, type WidgetCreateParams as WidgetCreateParams, type WidgetUpdateParams as WidgetUpdateParams, type WidgetListParams as WidgetListParams, type WidgetDeleteParams as WidgetDeleteParams, type WidgetGetParams as WidgetGetParams, type WidgetRotateSecretParams as WidgetRotateSecretParams, }; } //# sourceMappingURL=turnstile.d.mts.map