/**
 * @param {string} filePath
 * @returns {string}
 * @throws {Error}
 */
export function readFile(filePath: string): string;
