export declare const getPageData: () => Promise<{ data: { error: boolean; production: boolean; }; response: Response; }>;