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