import "graphile-config";
declare global {
    namespace GraphileConfig {
        interface Plugins {
            AddInterfaceSubtypesToTypesPlugin: true;
        }
    }
}
export declare const AddInterfaceSubtypesToTypesPlugin: GraphileConfig.Plugin;
//# sourceMappingURL=AddInterfaceSubtypesToTypesPlugin.d.ts.map