export { GetKeyspaceArgs, GetKeyspaceResult, GetKeyspaceOutputArgs } from "./getKeyspace";
export declare const getKeyspace: typeof import("./getKeyspace").getKeyspace;
export declare const getKeyspaceOutput: typeof import("./getKeyspace").getKeyspaceOutput;
export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable";
export declare const getTable: typeof import("./getTable").getTable;
export declare const getTableOutput: typeof import("./getTable").getTableOutput;
export { GetTypeArgs, GetTypeResult, GetTypeOutputArgs } from "./getType";
export declare const getType: typeof import("./getType").getType;
export declare const getTypeOutput: typeof import("./getType").getTypeOutput;
export { KeyspaceArgs } from "./keyspace";
export type Keyspace = import("./keyspace").Keyspace;
export declare const Keyspace: typeof import("./keyspace").Keyspace;
export { TableArgs } from "./table";
export type Table = import("./table").Table;
export declare const Table: typeof import("./table").Table;
export { TypeArgs } from "./type";
export type Type = import("./type").Type;
export declare const Type: typeof import("./type").Type;
export * from "../types/enums/cassandra";
