import * as AiAction from './ai-action';
import * as AiActionInvocation from './ai-action-invocation';
import * as Agent from './agent';
import * as AgentRun from './agent-run';
import * as AccessToken from './access-token';
import * as AutomationDefinition from './automation-definition';
import * as AutomationExecution from './automation-execution';
import * as ApiKey from './api-key';
import * as AppAccessToken from './app-access-token';
import * as AppAction from './app-action';
import * as AppActionCall from './app-action-call';
import * as AppBundle from './app-bundle';
import * as AppDefinition from './app-definition';
import * as AppDetails from './app-details';
import * as AppEventSubscription from './app-event-subscription';
import * as AppInstallation from './app-installation';
import * as AppKey from './app-key';
import * as AppSignedRequest from './app-signed-request';
import * as AppSigningSecret from './app-signing-secret';
import * as AppUpload from './app-upload';
import * as Asset from './asset';
import * as AssetKey from './asset-key';
import * as AvailableLicense from './available-license';
import * as BulkAction from './bulk-action';
import * as Comment from './comment';
import * as ComponentType from './component-type';
import * as Concept from './concept';
import * as ConceptScheme from './concept-scheme';
import * as ContentType from './content-type';
import * as EditorInterface from './editor-interface';
import * as EligibleLicense from './eligible-license';
import * as Entry from './entry';
import * as Environment from './environment';
import * as EnvironmentAlias from './environment-alias';
import * as EnvironmentTemplate from './environment-template';
import * as EnvironmentTemplateInstallation from './environment-template-installation';
import * as Extension from './extension';
import * as Function from './function';
import * as FunctionLog from './function-log';
import * as Http from './http';
import * as Locale from './locale';
import * as Organization from './organization';
import * as OrganizationInvitation from './organization-invitation';
import * as OrganizationMembership from './organization-membership';
import * as OAuthApplication from './oauth-application';
import * as PersonalAccessToken from './personal-access-token';
import * as PreviewApiKey from './preview-api-key';
import * as Release from './release';
import * as ReleaseAsset from './release-asset';
import * as ReleaseEntry from './release-entry';
import * as ReleaseAction from './release-action';
import * as Resource from './resource';
import * as ResourceProvider from './resource-provider';
import * as ResourceType from './resource-type';
import * as Role from './role';
import * as ScheduledAction from './scheduled-action';
import * as ContentSemanticsIndex from './content-semantics-index';
import * as SemanticDuplicates from './semantic-duplicates';
import * as SemanticRecommendations from './semantic-recommendations';
import * as SemanticReferenceSuggestions from './semantic-reference-suggestions';
import * as SemanticSearch from './semantic-search';
import * as SemanticSettings from './semantic-settings';
import * as Snapshot from './snapshot';
import * as Space from './space';
import * as SpaceAddOn from './space-add-on';
import * as SpaceMember from './space-member';
import * as SpaceMembership from './space-membership';
import * as Tag from './tag';
import * as Task from './task';
import * as Team from './team';
import * as TeamMembership from './team-membership';
import * as TeamSpaceMembership from './team-space-membership';
import * as UIConfig from './ui-config';
import * as Upload from './upload';
import * as UploadCredential from './upload-credentials';
import * as Usage from './usage';
import * as User from './user';
import * as UserUIConfig from './user-ui-config';
import * as Webhook from './webhook';
import * as Workflow from './workflow';
import * as WorkflowDefinition from './workflow-definition';
import * as WorkflowsChangelog from './workflows-changelog';
declare const _default: {
    AiAction: typeof AiAction;
    AiActionInvocation: typeof AiActionInvocation;
    Agent: typeof Agent;
    AgentRun: typeof AgentRun;
    ApiKey: typeof ApiKey;
    AutomationDefinition: typeof AutomationDefinition;
    AutomationExecution: typeof AutomationExecution;
    AppAction: typeof AppAction;
    AppActionCall: typeof AppActionCall;
    AppBundle: typeof AppBundle;
    AppDefinition: typeof AppDefinition;
    AppInstallation: typeof AppInstallation;
    AppUpload: typeof AppUpload;
    AppSignedRequest: typeof AppSignedRequest;
    AppSigningSecret: typeof AppSigningSecret;
    AppEventSubscription: typeof AppEventSubscription;
    AppKey: typeof AppKey;
    AppAccessToken: typeof AppAccessToken;
    AppDetails: typeof AppDetails;
    Asset: typeof Asset;
    AssetKey: typeof AssetKey;
    AvailableLicense: typeof AvailableLicense;
    BulkAction: typeof BulkAction;
    Comment: typeof Comment;
    ComponentType: typeof ComponentType;
    Concept: typeof Concept;
    ConceptScheme: typeof ConceptScheme;
    ContentType: typeof ContentType;
    EditorInterface: typeof EditorInterface;
    EligibleLicense: typeof EligibleLicense;
    Entry: typeof Entry;
    Environment: typeof Environment;
    EnvironmentAlias: typeof EnvironmentAlias;
    EnvironmentTemplate: typeof EnvironmentTemplate;
    EnvironmentTemplateInstallation: typeof EnvironmentTemplateInstallation;
    Extension: typeof Extension;
    Function: typeof Function;
    FunctionLog: typeof FunctionLog;
    Http: typeof Http;
    Locale: typeof Locale;
    Organization: typeof Organization;
    OrganizationInvitation: typeof OrganizationInvitation;
    OrganizationMembership: typeof OrganizationMembership;
    OAuthApplication: typeof OAuthApplication;
    PersonalAccessToken: typeof PersonalAccessToken;
    AccessToken: typeof AccessToken;
    PreviewApiKey: typeof PreviewApiKey;
    Release: typeof Release;
    ReleaseAsset: typeof ReleaseAsset;
    ReleaseEntry: typeof ReleaseEntry;
    ReleaseAction: typeof ReleaseAction;
    Resource: typeof Resource;
    ResourceProvider: typeof ResourceProvider;
    ResourceType: typeof ResourceType;
    Role: typeof Role;
    ScheduledAction: typeof ScheduledAction;
    ContentSemanticsIndex: typeof ContentSemanticsIndex;
    SemanticDuplicates: typeof SemanticDuplicates;
    SemanticRecommendations: typeof SemanticRecommendations;
    SemanticReferenceSuggestions: typeof SemanticReferenceSuggestions;
    SemanticSearch: typeof SemanticSearch;
    SemanticSettings: typeof SemanticSettings;
    Snapshot: typeof Snapshot;
    Space: typeof Space;
    SpaceAddOn: typeof SpaceAddOn;
    SpaceMember: typeof SpaceMember;
    SpaceMembership: typeof SpaceMembership;
    Tag: typeof Tag;
    Task: typeof Task;
    Team: typeof Team;
    TeamMembership: typeof TeamMembership;
    TeamSpaceMembership: typeof TeamSpaceMembership;
    UIConfig: typeof UIConfig;
    Upload: typeof Upload;
    UploadCredential: typeof UploadCredential;
    Usage: typeof Usage;
    User: typeof User;
    UserUIConfig: typeof UserUIConfig;
    Webhook: typeof Webhook;
    WorkflowDefinition: typeof WorkflowDefinition;
    Workflow: typeof Workflow;
    WorkflowsChangelog: typeof WorkflowsChangelog;
};
export default _default;
