/** * Writes result to a file if the path is allowed (must be inside ./output). * Throws error if path is outside allowed directory. * @param result - Data to write (string or object) * @param filePath - Relative or absolute path to file (string) */ export declare function writeResultToFile(result: string | object, filePath: string): void; //# sourceMappingURL=writeResultToFile.d.ts.map