import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DescribeNotificationRequest, DescribeNotificationResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DescribeNotificationCommandInput extends DescribeNotificationRequest {} export interface DescribeNotificationCommandOutput extends DescribeNotificationResponse, __MetadataBearer {} declare const DescribeNotificationCommand_base: { new ( input: DescribeNotificationCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeNotificationCommandInput, DescribeNotificationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeNotificationCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeNotificationCommandInput, DescribeNotificationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeNotificationCommand extends DescribeNotificationCommand_base { protected static __types: { api: { input: DescribeNotificationRequest; output: DescribeNotificationResponse; }; sdk: { input: DescribeNotificationCommandInput; output: DescribeNotificationCommandOutput; }; }; }