import { FLCL_AUTHZ_OPTIONS } from '../types'; export declare const flclAuthz: (authzOptions: FLCL_AUTHZ_OPTIONS) => (target: Object, propertyKey: string, descriptor: PropertyDescriptor) => void | TypedPropertyDescriptor;