export declare namespace setupTests {
    function connectTestToDatabase(): Promise<void>;
    function getConfig(): any;
}
