export interface SsgSeoOptions { readonly siteUrl?: string; readonly trailingSlash?: boolean; } export declare function runSsgSeo(distRoot: string, options?: SsgSeoOptions): Promise;