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