import { AlertEvent } from "./alert.types"; export declare function closeAlert(event: AlertEvent): void; export declare function initAlert(): void;