export declare class ErrorWithCodeFrame extends Error {
    codeFrame?: string;
    constructor(error: Error);
}
export declare function prepareStackTrace(error: Error, sourceOfMainMap: string): ErrorWithCodeFrame;
//# sourceMappingURL=prepare-stack-trace.d.ts.map