import { Context, CodeGenState } from './common';
export declare type ASTLookup = (node: any, state: CodeGenState, context: Context, char: number) => string;
export declare const ASTTable: (ASTLookup | (() => void))[];
//# sourceMappingURL=astTable.d.ts.map