import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDistributionLatestCacheResetRequest, GetDistributionLatestCacheResetResult, } from "../models/models_0"; export { __MetadataBearer }; export interface GetDistributionLatestCacheResetCommandInput extends GetDistributionLatestCacheResetRequest {} export interface GetDistributionLatestCacheResetCommandOutput extends GetDistributionLatestCacheResetResult, __MetadataBearer {} declare const GetDistributionLatestCacheResetCommand_base: { new ( input: GetDistributionLatestCacheResetCommandInput, ): import("@smithy/core/client").CommandImpl< GetDistributionLatestCacheResetCommandInput, GetDistributionLatestCacheResetCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetDistributionLatestCacheResetCommandInput] ): import("@smithy/core/client").CommandImpl< GetDistributionLatestCacheResetCommandInput, GetDistributionLatestCacheResetCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDistributionLatestCacheResetCommand extends GetDistributionLatestCacheResetCommand_base { protected static __types: { api: { input: GetDistributionLatestCacheResetRequest; output: GetDistributionLatestCacheResetResult; }; sdk: { input: GetDistributionLatestCacheResetCommandInput; output: GetDistributionLatestCacheResetCommandOutput; }; }; }