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