import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartResourceSnapshotJobRequest } from "../models/models_0"; export { __MetadataBearer }; export interface StartResourceSnapshotJobCommandInput extends StartResourceSnapshotJobRequest {} export interface StartResourceSnapshotJobCommandOutput extends __MetadataBearer {} declare const StartResourceSnapshotJobCommand_base: { new ( input: StartResourceSnapshotJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartResourceSnapshotJobCommandInput, StartResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartResourceSnapshotJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartResourceSnapshotJobCommandInput, StartResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartResourceSnapshotJobCommand extends StartResourceSnapshotJobCommand_base { protected static __types: { api: { input: StartResourceSnapshotJobRequest; output: {}; }; sdk: { input: StartResourceSnapshotJobCommandInput; output: StartResourceSnapshotJobCommandOutput; }; }; }