import type { DB } from "../../initProstgles"; export declare const getAllViewRelatedTables: (db: DB, viewName: string) => Promise<{ table_name: string; table_schema: string; table_oid: number; }[]>; //# sourceMappingURL=getAllViewRelatedTables.d.ts.map