import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetDashboardUrlRequest, GetDashboardUrlResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetDashboardUrlCommandInput extends GetDashboardUrlRequest {} export interface GetDashboardUrlCommandOutput extends GetDashboardUrlResponse, __MetadataBearer {} declare const GetDashboardUrlCommand_base: { new ( input: GetDashboardUrlCommandInput ): import("@smithy/core/client").CommandImpl< GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetDashboardUrlCommandInput ): import("@smithy/core/client").CommandImpl< GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetDashboardUrlCommand extends GetDashboardUrlCommand_base { protected static __types: { api: { input: GetDashboardUrlRequest; output: GetDashboardUrlResponse; }; sdk: { input: GetDashboardUrlCommandInput; output: GetDashboardUrlCommandOutput; }; }; }