import * as z from "zod/v4-mini"; export type GetRbacRoleRequest = { /** * Role ID */ id: string; }; /** @internal */ export type GetRbacRoleRequest$Outbound = { id: string; }; /** @internal */ export declare const GetRbacRoleRequest$outboundSchema: z.ZodMiniType; export declare function getRbacRoleRequestToJSON(getRbacRoleRequest: GetRbacRoleRequest): string; //# sourceMappingURL=get-rbac-role-op.d.ts.map