declare const astish: (val: string, tree?: any[]) => Record<string, any>;

export { astish };
