export declare class NestAlert { /** * DUUUUUUUUU */ type: 'info' | 'success' | 'warning' | 'error'; render(): any; }