import { ClsService } from "nestjs-cls"; export declare class RewriteUrlService { readonly cls: ClsService; constructor(cls: ClsService); init(): Promise; private _getAllPaths; private _prepareSystem; getPage: (path: string, type: any) => Promise; getMetaData: (path: string, type: any) => Promise; }