import { BaseNotification } from '../interfaces'; export declare class AnyNotification implements BaseNotification { type: any; recipient: string; payload: any; }