import * as cog from '../cog'; import * as preferences from '../preferences'; export declare class QueryHistoryPreferenceBuilder implements cog.Builder { protected readonly internal: preferences.QueryHistoryPreference; constructor(); /** * Builds the object. */ build(): preferences.QueryHistoryPreference; homeTab(homeTab: string): this; }