import { type ClientSchema } from "prostgles-types"; import type { AuthClientRequest } from "../Auth/AuthTypes"; import type { Prostgles } from "../Prostgles"; import type { PermissionScope } from "../PublishParser/PublishParser"; export declare function getClientSchema(this: Prostgles, clientReq: AuthClientRequest, scope: PermissionScope | undefined): Promise; //# sourceMappingURL=getClientSchema.d.ts.map