export type CallSite = { filePath: string; folderPath: string; }; export interface CallSiteInterface { getCurrentCallSites: () => Array; } export declare const CallSite: CallSiteInterface; //# sourceMappingURL=CallSite.d.ts.map