import type { DrizzleExecutor } from "../drizzle.js"; import { type RoleSummary } from "./types.js"; /** * Lists every custom and built-in role with its grants and assigned users for an actor allowed to administer role membership. * Returning built-in markers from durable rows lets clients preserve the undeletable admin/member identities after either role is renamed. */ export declare function roleList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=roleList.d.ts.map