export declare class GrowlMessage { type: string; content: string; isCloseable: boolean; isVisible: boolean; timeToDisplayInSeconds: number; }