export declare function formatTime(startTime: number): string; export declare function formatDuration(duration: number): string; export declare function getCallerLocation(stack: string | undefined): string | undefined; export declare function getCallerStack(stack: string | undefined): string | undefined; //# sourceMappingURL=helpers.d.ts.map