import { type MethodAndPropDecorator } from "./types.js"; export declare function Directive(sdl: string): MethodAndPropDecorator & ClassDecorator & ParameterDecorator;