export interface SsgViewMetadataOptions { readonly workspaceRoot: string; readonly pageName: string; } export declare function ensureSsgViewMetadataForPage(options: SsgViewMetadataOptions): Promise;