import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAssignmentRequest, GetAssignmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetAssignmentCommandInput extends GetAssignmentRequest {} export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __MetadataBearer {} declare const GetAssignmentCommand_base: { new ( input: GetAssignmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetAssignmentCommandInput, GetAssignmentCommandOutput, import("..").MTurkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAssignmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetAssignmentCommandInput, GetAssignmentCommandOutput, import("..").MTurkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAssignmentCommand extends GetAssignmentCommand_base { protected static __types: { api: { input: GetAssignmentRequest; output: GetAssignmentResponse; }; sdk: { input: GetAssignmentCommandInput; output: GetAssignmentCommandOutput; }; }; }