import { type DBSchemaTable } from "prostgles-types"; import type { AuthClientRequest } from "../Auth/AuthTypes"; import type { TableHandler } from "../DboBuilder/TableHandler/TableHandler"; import type { ParsedTableRule, PermissionScope, PublishParser } from "./PublishParser"; export declare const getDBSchemaTable: (publishParser: PublishParser, tableHandler: TableHandler, parsedTableRule: ParsedTableRule, clientReq: AuthClientRequest, scope: PermissionScope | undefined) => Promise; //# sourceMappingURL=getDBSchemaTable.d.ts.map