type Params = {}; export default function listTables(params?: Params): Promise<"__exit__" | void>; export {};