type Params = { tableName: string; }; export default function showFields({ tableName, }: Params): Promise<"__exit__" | void>; export {};