import SourceLocation from "@cafetextual/util/dist/src/source/SourceLocation"; export default interface IObjectMap { objectToLoc(o: any, includeToken: boolean, propertyName: string, index: number, childObject: any): SourceLocation; }