import { Tag } from "./tags";
export declare function typeError(tag: Tag, expected: string): never;
