import { IToastify } from './toastTypes'; export declare function showToast(content: string, options?: IToastify): void;