import { FrameworkConfiguration } from 'aurelia-framework'; import { AlertConfiguration } from './alert-configuration'; export { AlertService } from './alert-service'; export { I18NResource } from './i-18n-resource'; export { IPromptDialogData } from './prompt-dialog/prompt-dialog'; export { confirmAction } from './decorators/confirm-action'; export { usingProgress } from './decorators/using-progress'; export { ExceptionsTracker } from './exceptions-tracker'; export { IAlertModalPayload } from './alert-modal/i-alert-modal-payload'; export { AlertConfiguration } from './alert-configuration'; export declare function configure(frameworkConfiguration: FrameworkConfiguration, callback?: (config: AlertConfiguration) => void): void;