/**
 * Sets the current document title.
 */
export default function usePageTitle(title: string): void;
