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