/** * Postpone 'action' after the DOM is loaded. */ export declare function queueDomContentLoaded(action: () => void): void; //# sourceMappingURL=queue-dom-content-loaded.d.ts.map