import * as apiKey from './api-key'; import * as appBundle from './app-bundle'; import * as appDefinition from './app-definition'; import * as appInstallation from './app-installation'; import * as appUpload from './app-upload'; import * as appDetails from './app-details'; import * as appSignedRequest from './app-signed-request'; import * as appSigningSecret from './app-signing-secret'; import * as asset from './asset'; import * as assetKey from './asset-key'; import * as bulkAction from './bulk-action'; import * as comment from './comment'; import * as contentType from './content-type'; import * as editorInterface from './editor-interface'; import * as entry from './entry'; import * as environment from './environment'; import * as environmentAlias from './environment-alias'; import * as extension from './extension'; import * as locale from './locale'; import * as organization from './organization'; import * as organizationInvitation from './organization-invitation'; import * as organizationMembership from './organization-membership'; import * as personalAccessToken from './personal-access-token'; import * as previewApiKey from './preview-api-key'; import * as release from './release'; import * as releaseAction from './release-action'; import * as role from './role'; import * as scheduledAction from './scheduled-action'; import * as snapshot from './snapshot'; import * as space from './space'; import * as spaceMember from './space-member'; import * as spaceMembership from './space-membership'; import * as team from './team'; import * as teamMembership from './team-membership'; import * as tag from './tag'; import * as task from './task'; import * as teamSpaceMembership from './team-space-membership'; import * as upload from './upload'; import * as usage from './usage'; import * as user from './user'; import * as webhook from './webhook'; import * as workflowDefinition from './workflow-definition'; declare const _default: { appBundle: typeof appBundle; apiKey: typeof apiKey; appDefinition: typeof appDefinition; appInstallation: typeof appInstallation; appUpload: typeof appUpload; appDetails: typeof appDetails; appSignedRequest: typeof appSignedRequest; appSigningSecret: typeof appSigningSecret; asset: typeof asset; assetKey: typeof assetKey; bulkAction: typeof bulkAction; comment: typeof comment; contentType: typeof contentType; editorInterface: typeof editorInterface; entry: typeof entry; environment: typeof environment; environmentAlias: typeof environmentAlias; extension: typeof extension; locale: typeof locale; organization: typeof organization; organizationInvitation: typeof organizationInvitation; organizationMembership: typeof organizationMembership; personalAccessToken: typeof personalAccessToken; previewApiKey: typeof previewApiKey; release: typeof release; releaseAction: typeof releaseAction; role: typeof role; scheduledAction: typeof scheduledAction; snapshot: typeof snapshot; space: typeof space; spaceMember: typeof spaceMember; spaceMembership: typeof spaceMembership; tag: typeof tag; task: typeof task; team: typeof team; teamMembership: typeof teamMembership; teamSpaceMembership: typeof teamSpaceMembership; upload: typeof upload; usage: typeof usage; user: typeof user; webhook: typeof webhook; workflowDefinition: typeof workflowDefinition; }; export default _default;