import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSegmentSnapshotRequest, CreateSegmentSnapshotResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateSegmentSnapshotCommandInput extends CreateSegmentSnapshotRequest {} export interface CreateSegmentSnapshotCommandOutput extends CreateSegmentSnapshotResponse, __MetadataBearer {} declare const CreateSegmentSnapshotCommand_base: { new ( input: CreateSegmentSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateSegmentSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateSegmentSnapshotCommand extends CreateSegmentSnapshotCommand_base { protected static __types: { api: { input: CreateSegmentSnapshotRequest; output: CreateSegmentSnapshotResponse; }; sdk: { input: CreateSegmentSnapshotCommandInput; output: CreateSegmentSnapshotCommandOutput; }; }; }