export declare const run_batch: (that: any) => Promise<any>;
export declare const run: () => void;
