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