import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAccessPolicyRequest, CreateAccessPolicyResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {} export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __MetadataBearer {} declare const CreateAccessPolicyCommand_base: { new ( input: CreateAccessPolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateAccessPolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateAccessPolicyCommand extends CreateAccessPolicyCommand_base { protected static __types: { api: { input: CreateAccessPolicyRequest; output: CreateAccessPolicyResponse; }; sdk: { input: CreateAccessPolicyCommandInput; output: CreateAccessPolicyCommandOutput; }; }; }