/** * Exception do not interrupt the program * it will be catch by framework */ export declare class RuntimeException extends Error { constructor(message?: string); }