export default function makeError(code: string, message: string, options: { line: number; column: number; filename?: string; src?: string; }): any;