import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCachePolicyRequest, GetCachePolicyResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetCachePolicyCommandInput extends GetCachePolicyRequest {} export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __MetadataBearer {} declare const GetCachePolicyCommand_base: { new ( input: GetCachePolicyCommandInput, ): import("@smithy/core/client").CommandImpl< GetCachePolicyCommandInput, GetCachePolicyCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetCachePolicyCommandInput, ): import("@smithy/core/client").CommandImpl< GetCachePolicyCommandInput, GetCachePolicyCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetCachePolicyCommand extends GetCachePolicyCommand_base { protected static __types: { api: { input: GetCachePolicyRequest; output: GetCachePolicyResult; }; sdk: { input: GetCachePolicyCommandInput; output: GetCachePolicyCommandOutput; }; }; }