remote() function
Implements '@remote' decorator factory
{( target: any, methodName: (string), descriptor: TypedPropertyDescriptor<(...args: any[]) => any> ) => void}
Signature:
export declare function remote(): (target: any, methodName: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => any>) => void;
Returns:
(target: any, methodName: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => any>) => void