export declare function getExampleRoutePath(examplePath: string): string; export declare function getComponentDocsRoutePath(componentDocsPath: string): string; export declare function getRootDocsRoutePath(rootDocsPath: string): string; export declare function findExamplePaths(): Promise; export declare function findComponentDocsPaths(): Promise; export declare function findRootDocsPaths(): Promise; export declare function buildMobileSiteRoutes(): Promise; export declare function buildPcSiteRoutes(): Promise; export declare function buildSiteSource(): Promise; export declare function buildSiteEntry(): Promise;