/**
* Gets a specific line from a file (1-based index).
* Returns undefined if the line or file does not exist.
*/exportdeclarefunctiongetLineFromFile(filePath: string, line: number): Promise<string | undefined>;
//# sourceMappingURL=getLine.helper.d.ts.map