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