/// /*! * domready (c) Dustin Diaz 2014 - License MIT * */ export declare function domready(targetDoc: any, fn: any): number | NodeJS.Timeout;