import { StackInfo } from '../types/index.js'; /** * Parses the current stack trace to extract caller information */ export declare function parseStackTrace(): StackInfo | null; //# sourceMappingURL=stackTrace.d.ts.map