import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeCommitClient"; import { CreatePullRequestInput, CreatePullRequestOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreatePullRequestCommandInput extends CreatePullRequestInput {} export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput, __MetadataBearer {} declare const CreatePullRequestCommand_base: { new ( input: CreatePullRequestCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreatePullRequestCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreatePullRequestCommand extends CreatePullRequestCommand_base { protected static __types: { api: { input: CreatePullRequestInput; output: CreatePullRequestOutput; }; sdk: { input: CreatePullRequestCommandInput; output: CreatePullRequestCommandOutput; }; }; }