import type { GraphileConfig } from 'graphile-config';
/**
 * Minimal preset with all the PostgreSQL functionality but without Node/Relay features.
 * This keeps `id` columns as `id` (no renaming to `rowId`).
 */
export declare const MinimalPreset: GraphileConfig.Preset;
export default MinimalPreset;
