import "../index.ts";
declare global {
    namespace GraphileConfig {
        interface Plugins {
            PgRelayPlugin: true;
        }
    }
}
/** @experimental */
export declare const PgRelayPlugin: GraphileConfig.Plugin;
/** @experimental */
export declare const PostGraphileRelayPreset: GraphileConfig.Preset;
//# sourceMappingURL=relay.d.ts.map