import { ITokens } from '../../interface/exported';
export declare const generateAST: (tokenArray: ITokens[]) => any;
