import { Event } from '../event';
export declare class ApplicationBeforeChange extends Event<undefined> {
    constructor();
}
