import { PiletRuleContext } from '../types';
export type Options = 'ignore' | 'active';
/**
 * Checks that no other (third-party) dependencies are bundled in.
 */
export default function (context: PiletRuleContext, options?: Options): void;
