/** * @param element * @param path * @private */ export declare function get(element: Element | Window, path: string): any; /** * @param callback * @private */ export declare function getPromise(callback?: Function): Promise;