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