import { SQS } from 'aws-sdk/clients/all'; declare class AlertViolationNotifier { private readonly QUEUE_NAME; private readonly queue; constructor(sqsClient?: SQS); process: (alert: import("@meshwatch/types/dist/common").WithCreated) => Promise>; } export default AlertViolationNotifier;