import type { Command, IncomingWebhook, OutgoingWebhook, OAuthApp, OutgoingOAuthConnection, DialogArgs } from '@mattermost/types/integrations'; import type { IDMappedObjects } from '@mattermost/types/utilities'; declare const _default: import("redux").Reducer<{ incomingHooks: IDMappedObjects; incomingHooksTotalCount: any; outgoingHooks: IDMappedObjects; commands: IDMappedObjects; oauthApps: IDMappedObjects; appsOAuthAppIDs: any; appsBotIDs: any; outgoingOAuthConnections: IDMappedObjects; systemCommands: IDMappedObjects; dialogArguments: any; dialogTriggerId: any; dialog: any; }, import("redux").AnyAction, Partial<{ incomingHooks: IDMappedObjects | undefined; incomingHooksTotalCount: number | undefined; outgoingHooks: IDMappedObjects | undefined; commands: IDMappedObjects | undefined; oauthApps: IDMappedObjects | undefined; appsOAuthAppIDs: string[] | undefined; appsBotIDs: string[] | undefined; outgoingOAuthConnections: IDMappedObjects | undefined; systemCommands: IDMappedObjects | undefined; dialogArguments: DialogArgs | null | undefined; dialogTriggerId: string | undefined; dialog: string | undefined; }>>; export default _default;