declare type StatementTypeAsserter = (obj: any, objectType: string, objCreator: (data: any) => any) => Promise; export default StatementTypeAsserter;