/** * Schedules an automatic reload of WML to be performed as soon as the document is fully loaded. */ export declare function Enable(): void; /** * Reloads the WML page by adding necessary event listeners and browser listeners. */ export declare function Reload(): void;