import { ErrorProperties, CoercingContext, StackFrameModifierFn, StackParser, ErrorTrackingCoercer, EventHint, Mechanism } from './types'; export declare class ErrorPropertiesBuilder { private coercers; private stackParser; private modifiers; constructor(coercers: ErrorTrackingCoercer[], stackParser: StackParser, modifiers?: StackFrameModifierFn[]); buildFromUnknown(input: unknown, hint?: EventHint): ErrorProperties; modifyFrames(exceptionList: ErrorProperties['$exception_list']): Promise; private coerceFallback; private parseStacktrace; private applyChunkIds; private applyCoercers; private applyModifiers; private convertToExceptionList; private buildParsingContext; buildCoercingContext(mechanism: Mechanism, hint: EventHint, depth?: number): CoercingContext; } //# sourceMappingURL=error-properties-builder.d.ts.map