/** * Used to turn parsed AST back into a string expression * * @param tokens * @return */ export declare const formatAST: (tokens: import("../types.external").MixedAbstractSyntaxTree) => string;