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