/**
 * Execute callback in bounds of the next task with dom ready state precondition
 */
export declare function onDocumentReady(callback: () => void): void;
