/** * Returns call stack up to the point from where this function was called. * @param title Optional title for the generated stack. */ declare function getStack(title?: string): string; export default getStack; //# sourceMappingURL=getStack.d.ts.map