/**
 * Modifies the stack trace of an error by removing a specified number of stack frames.
 *
 * @param {Error} err - The error whose stack trace should be modified.
 * @param {number} amount - The number of stack frames to remove.
 */
export declare const popTranceStack: (err: Error, amount: number) => void;
//# sourceMappingURL=popStackLayer.d.ts.map