declare class Falert { static instances: Set; static settings: { insertionNode: HTMLElement; audio: { volume: number; }; sounds: {}; }; static html: string; constructor(head: string, body: string, type?: string); static getHighestZindex(): number; } export { Falert }; //# sourceMappingURL=falert.d.ts.map