import { AlphaConfig } from "../models/config/alpha-config";
export declare function alpha(config?: AlphaConfig): (target: Object, propertyKey: string, parameterIndex?: number) => void;
