import { GraphQLESLintRule } from '../types';
export declare type RequireIdWhenAvailableRuleConfig = {
    fieldName: string | string[];
};
declare const rule: GraphQLESLintRule<[RequireIdWhenAvailableRuleConfig], true>;
export default rule;
