import { ClientBase } from "pg"; import { Grant } from "@authx/authx"; export declare const grant: { id: string; insert: (tx: ClientBase) => Promise; }[];