export declare function alert(): {
    (): void;
    cleanUp(): any;
};
