import { Observable } from 'rxjs'; import { ThingParamerts, ThingResult } from './interfaces'; export declare const thing: (args: ThingParamerts) => Observable;