export declare class Notification {
    private handle;
    constructor(handle: number);
    hide(): void;
}
