export declare class MoveProcessService { private httpClient; constructor(); moveProcess: (opmProcessId: string, teamAppId: string) => Promise; }