import { RemoteMethodOptions } from '../types/RemoteMethodOptions'; export declare function rmethod(options: RemoteMethodOptions): (prototype: Object, methodName: string) => void;