export declare function traceStep(step: string, callback: () => T): T; export declare function updateProgress(step: string): void;