import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ResetCacheInput, ResetCacheOutput } from "../models/models_0"; export { __MetadataBearer }; export interface ResetCacheCommandInput extends ResetCacheInput {} export interface ResetCacheCommandOutput extends ResetCacheOutput, __MetadataBearer {} declare const ResetCacheCommand_base: { new ( input: ResetCacheCommandInput, ): import("@smithy/core/client").CommandImpl< ResetCacheCommandInput, ResetCacheCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ResetCacheCommandInput, ): import("@smithy/core/client").CommandImpl< ResetCacheCommandInput, ResetCacheCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ResetCacheCommand extends ResetCacheCommand_base { protected static __types: { api: { input: ResetCacheInput; output: ResetCacheOutput; }; sdk: { input: ResetCacheCommandInput; output: ResetCacheCommandOutput; }; }; }