# writeFile
```ts
export declare const writeFile: (filePath: string, content: string) => void;

```
