## API Report File for "@microsoft/rushell"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

// @beta
export interface IRushellExecuteResult {
    value: string;
}

// @beta
export class Rushell {
    // (undocumented)
    execute(script: string): IRushellExecuteResult;
}


```
