DIR : /home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/gel-core/roles.d.cts
/home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/gel-core
import { entityKind } from "../entity.cjs";
export interface GelRoleConfig {
createDb?: boolean;
createRole?: boolean;
inherit?: boolean;
}
export declare class GelRole implements GelRoleConfig {
readonly name: string;
static readonly [entityKind]: string;
constructor(name: string, config?: GelRoleConfig);
existing(): this;
}
export declare function gelRole(name: string, config?: GelRoleConfig): GelRole;
//