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