type StackTraceOptsInput = { excludeFunctions?: (() => any)[]; skip?: number; }; export declare function calledFrom(_opts?: StackTraceOptsInput): any; export {};