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