import { AuthenticationMetadata } from '@loopback/authentication'; export declare function flclAuthn(...strategies: (string | AuthenticationMetadata)[]): (target: Object, propertyKey: string, descriptor: PropertyDescriptor) => void | TypedPropertyDescriptor;