export declare class Processing { private _baseUrl; constructor(url: string); move(): Promise; setDir(dir: boolean): Promise; }