export declare function emitStaticSiteCss(outDir: string, options?: { accentColor?: string; }): Promise; export declare function appendCustomCss(outDir: string, customCssPath: string): Promise;