import type { ApolloServerPlugin } from 'apollo-server-plugin-base';
export declare const apolloValidateDirectivePlugin: (directiveName?: string | undefined) => ApolloServerPlugin<any>;
