export function formatTokens(tokens: any): string; export function formatAST(node: any, indent?: number): string; export function showHelp(): void; export function showVersion(): void; export function showShortHelp(): void;