export declare class TypeormHelper { static mapSeries(callPromises: (entityManager: any) => Promise[]): Promise; }