export declare function fireAndForgetHook(task: Promise<unknown>, label: string, logger?: (message: string) => void): void;
