/** * Class to handle and throw errors when execute the Framework with not supported operative system */ export declare class OSNotSupportedException extends Error { /** * Constructor to create the exception */ constructor(); }