import type { GraphQLDirective } from '@luvio/graphql-parser'; import type { LuvioGraphQLDSL } from '../../../intermediate/graphql'; import type { ImportContext } from '../../../utils/imports'; import type { GraphQLCodegenMetadata } from '../source-printer'; export declare const APPLY_TO_SELECTION_IDENTIFIER = "applyToSelection"; export declare function generateApplyToSelectionFunction(_graphqlDsl: LuvioGraphQLDSL, directive: GraphQLDirective, importContext: ImportContext, _metadata: GraphQLCodegenMetadata): string;