/** * Hook da página atual. * @returns {{ * currentPage: string; * }} */ export declare function useCurrentPage(): string;