import { FactorConfig } from "../models/config/factor-config"; export declare function factor(config?: FactorConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function factorAsync(config?: FactorConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;