import type { PluginGenerateInput } from '..';
export default function fragmentTypedefs(input: PluginGenerateInput): Promise<void>;
