import type { AbsolutePath } from '../paths';
export declare function findCaller(of: (...args: any[]) => any): AbsolutePath;
