import { PiralRuleContext } from '../types';
export type Options = void;
/**
 * Checks that the app field is valid and points to an existing HTML file.
 */
export default function (context: PiralRuleContext, options?: Options): void;
