declare const migrate: ({ typeormConfig }: { typeormConfig: any; }) => Promise; export default migrate;