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