/** * `depth` counts frames from the function that called this one: 0 is that * function, 1 is whoever called it. Capture synchronously, before any `await`, * or the frames of interest are already gone. */ export declare function callerFileUrl(depth: number): string | undefined; //# sourceMappingURL=callerModule.d.ts.map