import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEndpointAccessMessage, EndpointAccess, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface CreateEndpointAccessCommandInput extends CreateEndpointAccessMessage {} export interface CreateEndpointAccessCommandOutput extends EndpointAccess, __MetadataBearer {} declare const CreateEndpointAccessCommand_base: { new ( input: CreateEndpointAccessCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateEndpointAccessCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateEndpointAccessCommand extends CreateEndpointAccessCommand_base { protected static __types: { api: { input: CreateEndpointAccessMessage; output: EndpointAccess; }; sdk: { input: CreateEndpointAccessCommandInput; output: CreateEndpointAccessCommandOutput; }; }; }