import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateHostedZoneFeaturesRequest, UpdateHostedZoneFeaturesResponse, } from "../models/models_0"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Route53Client"; export { __MetadataBearer }; export { $Command }; export interface UpdateHostedZoneFeaturesCommandInput extends UpdateHostedZoneFeaturesRequest {} export interface UpdateHostedZoneFeaturesCommandOutput extends UpdateHostedZoneFeaturesResponse, __MetadataBearer {} declare const UpdateHostedZoneFeaturesCommand_base: { new ( input: UpdateHostedZoneFeaturesCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateHostedZoneFeaturesCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateHostedZoneFeaturesCommand extends UpdateHostedZoneFeaturesCommand_base { protected static __types: { api: { input: UpdateHostedZoneFeaturesRequest; output: {}; }; sdk: { input: UpdateHostedZoneFeaturesCommandInput; output: UpdateHostedZoneFeaturesCommandOutput; }; }; }