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