type Opts = { excludeFunctions?: string[]; skip?: number; }; export declare function calledFrom(_opts?: Opts): string; export {}; //# sourceMappingURL=calledFrom.d.ts.map