import { PiralRuleContext } from '../types';
export type Options = void;
/**
 * Checks that the externals to be used in pilets are valid.
 */
export default function (context: PiralRuleContext, options?: Options): void;
