import type { GraphQLTestContext, GetConnectionsInput } from 'graphile-test'; import type { GetConnectionOpts, GetConnectionResult } from 'pgsql-test'; /** * Creates a GraphQL test context using PostGraphile v5 with ConstructivePreset. * * This is the Constructive-specific test wrapper that pre-loads all plugins * from graphile-settings. For generic PostGraphile testing without the * Constructive preset, use graphile-test directly. */ export declare const GraphQLTest: (input: GetConnectionsInput & GetConnectionOpts, conn: GetConnectionResult) => GraphQLTestContext;