export declare const isTransientActivationError: (error: Error) => boolean; export declare function retryTriggerActivation(activate: () => Promise, maxAttempts: number): Promise;