import "graphile-config";
import "graphile-build-pg";
declare global {
    namespace GraphileConfig {
        interface Plugins {
            PgV4InflectionPlugin: true;
        }
        interface GatherHelpers {
            pgV4SmartTags: Record<string, never>;
        }
    }
}
export declare const PgV4InflectionPlugin: GraphileConfig.Plugin;
//# sourceMappingURL=PgV4InflectionPlugin.d.ts.map