import type { Plugin } from '../../index';
export type { Data, LayoutProps, MetadataRoute, PageProps } from './types';
export declare function usePages(): Plugin;
