import { TypeOrPromise } from "../../types/core/TypeOrPromise"; export declare type DecoratorParamFunction = (arg?: ArgType) => TypeOrPromise;