import { PiralRuleContext } from '../types'; export type Options = void; /** * Checks that the scripts defined for pilets are valid. */ export default function (context: PiralRuleContext, options?: Options): void;