import type { RuleContext } from "../types";
export declare function hasTemplateBlock(context: RuleContext): boolean;
export declare function isDefined<T>(item: T | null | undefined): item is T;
