export declare const getTranslations: (pageProps: Record<string, string | undefined>) => Promise<Record<string, string>>;
