import { DesignContext, InjectToken } from '@tsdi/ioc'; /** * the routes need to auth. */ export declare const AuthRoutesToken: InjectToken>; export declare const ControllerAuthRegisterAction: (ctx: DesignContext, next: () => void) => void;