export declare class TestOrchestrator {
    /**
     * Rebuild the test Postgres database by running the create_test_database.sh script.
     * This is a static method so it can be called without an instance.
     */
    static rebuildTestDatabase(): void;
}
//# sourceMappingURL=TestOrchestrator.d.ts.map