export default class Stack { private stackTrace; private constructor(); private get stack(); static getCallerFile(): any; static getCaller(normalize?: boolean, depth?: number): string; }