import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from "../models/models_0"; export { __MetadataBearer }; export interface SetIdentityDkimEnabledCommandInput extends SetIdentityDkimEnabledRequest {} export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnabledResponse, __MetadataBearer {} declare const SetIdentityDkimEnabledCommand_base: { new ( input: SetIdentityDkimEnabledCommandInput, ): import("@smithy/core/client").CommandImpl< SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SetIdentityDkimEnabledCommandInput, ): import("@smithy/core/client").CommandImpl< SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SetIdentityDkimEnabledCommand extends SetIdentityDkimEnabledCommand_base { protected static __types: { api: { input: SetIdentityDkimEnabledRequest; output: {}; }; sdk: { input: SetIdentityDkimEnabledCommandInput; output: SetIdentityDkimEnabledCommandOutput; }; }; }