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