export interface DelegationCheckOptions { changeId: string; role: string; cwd?: string; } export declare function delegationCheckCommand(options: DelegationCheckOptions): Promise;