export declare const env: {
    PERMISSION_URL: string | undefined;
    SYNC_URL: string | undefined;
    KEY_SERVICE: string | undefined;
};
export * from './common/decorator/permission.decorator';
export * from './common/modul/router.module';
export * from './common/controller/syncRouter.controller';
