/** Display syntax error in pretty format in logs */ export default function get_code_frame(source: string, line: number, column: number): string;