declare const Authentication_base: import("@nestjs/passport").Type<import("@nestjs/passport").IAuthGuard>;
declare abstract class Authentication extends Authentication_base {
}
export { Authentication };
