import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaPackageClient"; import { ConfigureLogsRequest, ConfigureLogsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {} export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __MetadataBearer {} declare const ConfigureLogsCommand_base: { new ( input: ConfigureLogsCommandInput ): import("@smithy/core/client").CommandImpl< ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ConfigureLogsCommandInput ): import("@smithy/core/client").CommandImpl< ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base { protected static __types: { api: { input: ConfigureLogsRequest; output: ConfigureLogsResponse; }; sdk: { input: ConfigureLogsCommandInput; output: ConfigureLogsCommandOutput; }; }; }