export interface ILlMessage { success: (config: any) => void; info: (config: any) => void; warning: (config: any) => void; error: (config: any) => void; } export declare const llMessage: ILlMessage;