import type { GenerateGraphqlShieldArgs } from './types';
export declare const generateGraphqlShield: ({ schema, options }: GenerateGraphqlShieldArgs) => Promise<void>;
