import config from "./config.js"; import { pgClients } from "./utils.js"; declare const prefix: any; export declare function injectWithHeaders(opts: any): Promise<{ json: () => unknown; body: unknown; headers: { [k: string]: string; }; statusCode: number; ok: boolean; status: number; statusText: string; type: import("undici-types").ResponseType; url: string; redirected: boolean; bodyUsed: boolean; arrayBuffer: () => Promise; blob: () => Promise; bytes: () => Promise; formData: () => Promise; text: () => Promise; }>; export declare function setup(): Promise; export declare function teardown(): Promise; export declare function build(): Promise; export { prefix, config, pgClients, }; //# sourceMappingURL=helper.d.ts.map