/** * Hides a certain method by calling the HideMethod function. */ export declare function Hide(): Promise; /** * Calls the ShowMethod and returns the result. */ export declare function Show(): Promise; /** * Calls the QuitMethod to terminate the program. */ export declare function Quit(): Promise;