import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GrafanaClient"; import { CreateWorkspaceApiKeyRequest, CreateWorkspaceApiKeyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateWorkspaceApiKeyCommandInput extends CreateWorkspaceApiKeyRequest {} export interface CreateWorkspaceApiKeyCommandOutput extends CreateWorkspaceApiKeyResponse, __MetadataBearer {} declare const CreateWorkspaceApiKeyCommand_base: { new ( input: CreateWorkspaceApiKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateWorkspaceApiKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateWorkspaceApiKeyCommand extends CreateWorkspaceApiKeyCommand_base { protected static __types: { api: { input: CreateWorkspaceApiKeyRequest; output: CreateWorkspaceApiKeyResponse; }; sdk: { input: CreateWorkspaceApiKeyCommandInput; output: CreateWorkspaceApiKeyCommandOutput; }; }; }