import { SentryMonitorConfig } from "src/lib/types/sentry";
export declare class PHXSentryMonitorService {
    private readonly logger;
    checkInSentry(cronTime: string, taskService: any, monitorConfig: SentryMonitorConfig, monitorSlug: string, hostName: string): Promise<void>;
    private runWithSentryCheckIn;
}
