import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDataAutomationProjectRequest, GetDataAutomationProjectResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetDataAutomationProjectCommandInput extends GetDataAutomationProjectRequest {} export interface GetDataAutomationProjectCommandOutput extends GetDataAutomationProjectResponse, __MetadataBearer {} declare const GetDataAutomationProjectCommand_base: { new ( input: GetDataAutomationProjectCommandInput, ): import("@smithy/core/client").CommandImpl< GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDataAutomationProjectCommandInput, ): import("@smithy/core/client").CommandImpl< GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDataAutomationProjectCommand extends GetDataAutomationProjectCommand_base { protected static __types: { api: { input: GetDataAutomationProjectRequest; output: GetDataAutomationProjectResponse; }; sdk: { input: GetDataAutomationProjectCommandInput; output: GetDataAutomationProjectCommandOutput; }; }; }