import { Simple } from '../Simple'; export declare class Factory { create(url: string, method: string, params: string, body?: any): Simple; }