import { Grammar } from '../types.js';


export declare const createT4: (insideLang: string) => Grammar
