import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeAutomationJobRequest, DescribeAutomationJobResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeAutomationJobCommandInput extends DescribeAutomationJobRequest {} export interface DescribeAutomationJobCommandOutput extends DescribeAutomationJobResponse, __MetadataBearer {} declare const DescribeAutomationJobCommand_base: { new ( input: DescribeAutomationJobCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeAutomationJobCommandInput, DescribeAutomationJobCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeAutomationJobCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeAutomationJobCommandInput, DescribeAutomationJobCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeAutomationJobCommand extends DescribeAutomationJobCommand_base { protected static __types: { api: { input: DescribeAutomationJobRequest; output: DescribeAutomationJobResponse; }; sdk: { input: DescribeAutomationJobCommandInput; output: DescribeAutomationJobCommandOutput; }; }; }