export declare const pages: ({ title: string; content: string; dir?: undefined; } | { dir: string; title: string; content: string; })[];