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