/** * Taken from https://github.com/sindresorhus/caller-callsite */ export declare function callerCallsite({ depth }?: { depth?: number | undefined; }): NodeJS.CallSite | undefined; /** * Taken from https://github.com/sindresorhus/callsites */ export declare function callsites(): NodeJS.CallSite[]; export declare function getCallerDir(): string; //# sourceMappingURL=callsites.d.ts.map