import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeBuildClient"; import { InvalidateProjectCacheInput, InvalidateProjectCacheOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface InvalidateProjectCacheCommandInput extends InvalidateProjectCacheInput {} export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCacheOutput, __MetadataBearer {} declare const InvalidateProjectCacheCommand_base: { new ( input: InvalidateProjectCacheCommandInput ): import("@smithy/smithy-client").CommandImpl< InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: InvalidateProjectCacheCommandInput ): import("@smithy/smithy-client").CommandImpl< InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class InvalidateProjectCacheCommand extends InvalidateProjectCacheCommand_base { protected static __types: { api: { input: InvalidateProjectCacheInput; output: {}; }; sdk: { input: InvalidateProjectCacheCommandInput; output: InvalidateProjectCacheCommandOutput; }; }; }