import { SyntaxRule } from './types';
export declare const drillSyntax: Array<SyntaxRule>;
