import type { Action, Key } from "./types";
export default function sendNotificationIfPossible(key: Key, source: string, description: string): Promise<Action>;
