export declare function formatLocation(location: { line: number; column?: number; } | undefined): string;