import { Subst } from "../subst"; export declare class Ctx { subst: Subst; constructor(subst: Subst); }