/** * Creates a function that can be used to set the meta title of the current page. */ export declare function titleSetter(): (title: string) => void;