import * as AST from '../../types/types-ast'; export declare function print(ast: AST.Root): string; export declare function parse(contents: string): AST.Root;