type TraceDetails = Record; export declare function tracePluginLifecyclePhase(phase: string, fn: () => T, details?: TraceDetails): T; export declare function tracePluginLifecyclePhaseAsync(phase: string, fn: () => Promise, details?: TraceDetails): Promise; export {};