import { Alert, BotSubscription, GetAlerts } from "../../sdk"; export declare type GetSubscriptionAlerts = (subscriptions: BotSubscription[]) => Promise; export declare const TEN_MINUTES_IN_MS = 600000; export declare function provideGetSubscriptionAlerts(getAlerts: GetAlerts): GetSubscriptionAlerts;