import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartFHIRExportJobRequest, StartFHIRExportJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartFHIRExportJobCommandInput extends StartFHIRExportJobRequest {} export interface StartFHIRExportJobCommandOutput extends StartFHIRExportJobResponse, __MetadataBearer {} declare const StartFHIRExportJobCommand_base: { new ( input: StartFHIRExportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartFHIRExportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartFHIRExportJobCommand extends StartFHIRExportJobCommand_base { protected static __types: { api: { input: StartFHIRExportJobRequest; output: StartFHIRExportJobResponse; }; sdk: { input: StartFHIRExportJobCommandInput; output: StartFHIRExportJobCommandOutput; }; }; }