import { Plugin } from 'postgraphile-core'; export declare const makePgSmartTagsFromFilePlugin: (tagsFile?: string) => Plugin; export declare const TagsFilePlugin: Plugin;