import { SourceLocation } from './types'; export declare const locFromRange: (start?: SourceLocation, end?: SourceLocation) => SourceLocation | undefined;