import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetTablesRequest } from "../models/models_2"; import { GetTablesResponse } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface GetTablesCommandInput extends GetTablesRequest {} export interface GetTablesCommandOutput extends GetTablesResponse, __MetadataBearer {} declare const GetTablesCommand_base: { new (input: GetTablesCommandInput): import("@smithy/core/client").CommandImpl< GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new (input: GetTablesCommandInput): import("@smithy/core/client").CommandImpl< GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetTablesCommand extends GetTablesCommand_base { protected static __types: { api: { input: GetTablesRequest; output: GetTablesResponse; }; sdk: { input: GetTablesCommandInput; output: GetTablesCommandOutput; }; }; }