import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodePipelineClient"; import { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface RegisterWebhookWithThirdPartyCommandInput extends RegisterWebhookWithThirdPartyInput {} export interface RegisterWebhookWithThirdPartyCommandOutput extends RegisterWebhookWithThirdPartyOutput, __MetadataBearer {} declare const RegisterWebhookWithThirdPartyCommand_base: { new ( input: RegisterWebhookWithThirdPartyCommandInput ): import("@smithy/smithy-client").CommandImpl< RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [RegisterWebhookWithThirdPartyCommandInput] ): import("@smithy/smithy-client").CommandImpl< RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RegisterWebhookWithThirdPartyCommand extends RegisterWebhookWithThirdPartyCommand_base { protected static __types: { api: { input: RegisterWebhookWithThirdPartyInput; output: {}; }; sdk: { input: RegisterWebhookWithThirdPartyCommandInput; output: RegisterWebhookWithThirdPartyCommandOutput; }; }; }