import type { CliRunResult } from "./bearshell.js"; type RoleBoundaryOptions = { readonly json: boolean; readonly projectDir?: string; }; export declare function runWorkflowRoleBoundaryCommand(options: RoleBoundaryOptions): CliRunResult; export {};