import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetPartitionsRequest, GetPartitionsResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface GetPartitionsCommandInput extends GetPartitionsRequest {} export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __MetadataBearer {} declare const GetPartitionsCommand_base: { new ( input: GetPartitionsCommandInput ): import("@smithy/core/client").CommandImpl< GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetPartitionsCommandInput ): import("@smithy/core/client").CommandImpl< GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetPartitionsCommand extends GetPartitionsCommand_base { protected static __types: { api: { input: GetPartitionsRequest; output: GetPartitionsResponse; }; sdk: { input: GetPartitionsCommandInput; output: GetPartitionsCommandOutput; }; }; }