import { WtSafeAny } from "./any"; export declare type FunctionProp = (...args: WtSafeAny[]) => T;