export declare classTestOrchestrator{
/**
* Rebuild the test Postgres database by running the create_test_database.sh script.
* This is a static methodsoitcanbecalledwithoutaninstance.
*/
staticrebuildTestDatabase(): void;
}
//# sourceMappingURL=TestOrchestrator.d.ts.map