import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateApplicationSnapshotRequest, CreateApplicationSnapshotResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateApplicationSnapshotCommandInput extends CreateApplicationSnapshotRequest {} export interface CreateApplicationSnapshotCommandOutput extends CreateApplicationSnapshotResponse, __MetadataBearer {} declare const CreateApplicationSnapshotCommand_base: { new ( input: CreateApplicationSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateApplicationSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateApplicationSnapshotCommand extends CreateApplicationSnapshotCommand_base { protected static __types: { api: { input: CreateApplicationSnapshotRequest; output: {}; }; sdk: { input: CreateApplicationSnapshotCommandInput; output: CreateApplicationSnapshotCommandOutput; }; }; }