/** * Convert the acorn AST to a Javascript expression string */ export declare function stringify(astExpression: any): string;