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