import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetHLSStreamingSessionURLInput, GetHLSStreamingSessionURLOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface GetHLSStreamingSessionURLCommandInput extends GetHLSStreamingSessionURLInput {} export interface GetHLSStreamingSessionURLCommandOutput extends GetHLSStreamingSessionURLOutput, __MetadataBearer {} declare const GetHLSStreamingSessionURLCommand_base: { new ( input: GetHLSStreamingSessionURLCommandInput, ): import("@smithy/core/client").CommandImpl< GetHLSStreamingSessionURLCommandInput, GetHLSStreamingSessionURLCommandOutput, import("..").KinesisVideoArchivedMediaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetHLSStreamingSessionURLCommandInput] ): import("@smithy/core/client").CommandImpl< GetHLSStreamingSessionURLCommandInput, GetHLSStreamingSessionURLCommandOutput, import("..").KinesisVideoArchivedMediaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetHLSStreamingSessionURLCommand extends GetHLSStreamingSessionURLCommand_base { protected static __types: { api: { input: GetHLSStreamingSessionURLInput; output: GetHLSStreamingSessionURLOutput; }; sdk: { input: GetHLSStreamingSessionURLCommandInput; output: GetHLSStreamingSessionURLCommandOutput; }; }; }