import { INavPage } from '../components/Nav/index'; /** * Retrieves the current top level page name defined in the pages array from the window URL or the passed hash. * @param pages - Array of pages. * @param hash - The hash. */ export declare function getSiteArea(pages?: INavPage[], hash?: string): string;