import type { ExtendedPG } from "../../../types/core.js"; export default function tableInfo({ pg, params, query, user, }: { pg: ExtendedPG; params: { id: string; table: string; query?: string; }; query: { sql?: any; }; user?: Record; }): Promise<{}>; //# sourceMappingURL=tableInfo.d.ts.map