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