import { GraphQLField } from 'graphql'; import { SchemaDirectiveVisitor } from 'graphql-tools'; import { ServiceContext } from '../../../typings'; export declare class TranslatableV2 extends SchemaDirectiveVisitor { visitFieldDefinition(field: GraphQLField): void; } export declare const translatableV2DirectiveTypeDefs = "\ndirective @translatableV2(\n behavior: String\n withAppsMetaInfo: Boolean\n) on FIELD_DEFINITION\n";