import { NotificatonTransportLogItem } from "../../types";
import { NotificationChannel } from "../channels/NotificationChannel";
export declare function matchPattern(log: NotificatonTransportLogItem, channels: NotificationChannel[]): NotificationChannel[];
//# sourceMappingURL=matchPattern.d.ts.map