import type { UndefinedFromOptional } from '../object/index.js'; export type CodeLocation = UndefinedFromOptional<{ path: string; line?: number; column?: number; }>; //# sourceMappingURL=CodeLocation.d.ts.map