import { StackFrame } from '@sentry/core';
export declare function symbolicateFrames({ frames, projectRootPath, serverPublicPath, }: {
    frames: StackFrame[];
    projectRootPath?: string;
    serverPublicPath?: string;
}): Promise<StackFrame[]>;
export declare function lynxUrlToPath(filename: string | undefined): string | undefined;
export declare function urlToPath(filename: string | undefined): string | undefined;
//# sourceMappingURL=symbolicator.d.ts.map