/** * Executes the value if the value is a function otherwise the value is returned. * @param value Function or a value. * @param context Value function context. * @param args Value function arguments. */ export declare function realize(value: any, context?: any, args?: any[]): any; //# sourceMappingURL=realize.d.ts.map