import { Notifier } from "./notifier.interface"; export declare const createToastNotifier: (defaultMessage: string) => Notifier;