/** * global functions. */ export declare function setTimeout(callback: Function, milliseconds: number): void;