import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateNotificationRequest, CreateNotificationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateNotificationCommandInput extends CreateNotificationRequest {} export interface CreateNotificationCommandOutput extends CreateNotificationResponse, __MetadataBearer {} declare const CreateNotificationCommand_base: { new ( input: CreateNotificationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateNotificationCommandInput, CreateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateNotificationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateNotificationCommandInput, CreateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateNotificationCommand extends CreateNotificationCommand_base { protected static __types: { api: { input: CreateNotificationRequest; output: {}; }; sdk: { input: CreateNotificationCommandInput; output: CreateNotificationCommandOutput; }; }; }