import { PiletRuleContext } from '../types';
export type Options = 'ignore' | 'active';
/**
 * Checks if the used Piral instance is not referenced in the code.
 */
export default function (context: PiletRuleContext, options?: Options): Promise<void>;
