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