import { NotificationOption } from './notification-types';
export default class NotificationService {
    static open(options: NotificationOption): void;
}
