import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDASHStreamingSessionURLInput, GetDASHStreamingSessionURLOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface GetDASHStreamingSessionURLCommandInput extends GetDASHStreamingSessionURLInput {} export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamingSessionURLOutput, __MetadataBearer {} declare const GetDASHStreamingSessionURLCommand_base: { new ( input: GetDASHStreamingSessionURLCommandInput, ): import("@smithy/core/client").CommandImpl< GetDASHStreamingSessionURLCommandInput, GetDASHStreamingSessionURLCommandOutput, import("..").KinesisVideoArchivedMediaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetDASHStreamingSessionURLCommandInput] ): import("@smithy/core/client").CommandImpl< GetDASHStreamingSessionURLCommandInput, GetDASHStreamingSessionURLCommandOutput, import("..").KinesisVideoArchivedMediaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDASHStreamingSessionURLCommand extends GetDASHStreamingSessionURLCommand_base { protected static __types: { api: { input: GetDASHStreamingSessionURLInput; output: GetDASHStreamingSessionURLOutput; }; sdk: { input: GetDASHStreamingSessionURLCommandInput; output: GetDASHStreamingSessionURLCommandOutput; }; }; }