import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateQueryLoggingConfigurationRequest, CreateQueryLoggingConfigurationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateQueryLoggingConfigurationCommandInput extends CreateQueryLoggingConfigurationRequest {} export interface CreateQueryLoggingConfigurationCommandOutput extends CreateQueryLoggingConfigurationResponse, __MetadataBearer {} declare const CreateQueryLoggingConfigurationCommand_base: { new ( input: CreateQueryLoggingConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateQueryLoggingConfigurationCommandInput, CreateQueryLoggingConfigurationCommandOutput, import("..").AmpClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateQueryLoggingConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateQueryLoggingConfigurationCommandInput, CreateQueryLoggingConfigurationCommandOutput, import("..").AmpClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateQueryLoggingConfigurationCommand extends CreateQueryLoggingConfigurationCommand_base { protected static __types: { api: { input: CreateQueryLoggingConfigurationRequest; output: CreateQueryLoggingConfigurationResponse; }; sdk: { input: CreateQueryLoggingConfigurationCommandInput; output: CreateQueryLoggingConfigurationCommandOutput; }; }; }