/** * Whether path is the top page * @param path */ export declare const isTopPage: (path: string) => boolean;