import type { IWithStack } from './stack-trace.js'; /** * Get nth line of Error.stack * @returns {string} if frame greater than max, return '' */ export declare function getErrorFrame(e: IWithStack, frame: number, downIfEmpty?: boolean): string; //# sourceMappingURL=get-frame.d.ts.map