export declare function detectLongOperation(lambda: () => void, onLongOperation: (duration: number) => void): void;