import type { GraphileConfig } from 'graphile-config';
export declare const InflektPlugin: GraphileConfig.Plugin;
/**
 * Preset that includes the inflekt-based inflector plugin.
 * Use this in your main preset's `extends` array.
 */
export declare const InflektPreset: GraphileConfig.Preset;
