/**
 * Get current document title.
 */
export declare const getDocumentTitle: () => Promise<string>;
