import type { FrontendConfig } from '../../types.js'; export declare function generateSsgViewData(config: FrontendConfig): Promise;