1import type { StackFrame } from 'stacktrace-parser'; 2export type MetroStackFrame = StackFrame & { 3 collapse?: boolean; 4}; 5export declare function formatProjectFilePath(projectRoot: string, file?: string | null): string; 6export declare function getStackFormattedLocation(projectRoot: string, frame: MetroStackFrame): string; 7//# sourceMappingURL=formatProjectFilePath.d.ts.map